You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Technical details are described in [the source file][11].
54
54
55
55
### What is the `:async` feature?
56
56
57
-
This is an experimental feature.
57
+
This is an experimental feature. Please note that this feature is [no longer needed](https://github.com/binaryage/cljs-devtools/issues/20) in Chrome 65.0.3321 and newer.
58
58
59
59
Chrome DevTools support [async call stacks][1]. It would be great to see full chains of async stack traces for code generated by
60
60
ClojureScript compiler, especially when using [core.async][2] library. To give you concrete picture, we want to see [this][3] instead of [this][4].
0 commit comments