-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Chrome seems to have changed the setting for loading custom formatters, now (I'm using Chrome 84.0.4143.7).
Instead of 'Enable custom formatters', it's now called 'Temporarily enable deprecated custom formatters'.
The corresponding commit in Chrome DevTools included the comment:
TODO(1016755): remove custom formatters altogether.
which leads me to the Chrome bug petitioning to remove them altogether:
https://bugs.chromium.org/p/chromium/issues/detail?id=1016755
It might be worth chiming in there to petition to keep them, at least until a replacement is provided by the Dart team -- and especially in case it's a massive undertaking to port the current formatters should they remove the existing API...
I wrote a PR to change the cljs-devtools docs, but I wasn't sure if you wanted to include some language to explain to the user what's going on -- and also to let the user know that they're going to have to turn this setting on every time they restart Chrome, now.