Chrome DevTools' *Custom Formatters* feature is not secure and seems to be only used by [ClojureScript DevTools](https://github.com/binaryage/cljs-devtools). We still want to unblock CLJS developers to have a better experience with DevTools, similar how we format framework stacks and identify frameworks for file icons. The basic idea that we want to validate is implementing [CLJS' formatters](https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-formatters-feature) directly into DevTools reps.
Bug 1642461 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Chrome DevTools' *Custom Formatters* feature is not secure and seems to be only used by [ClojureScript DevTools](https://github.com/binaryage/cljs-devtools). We still want to unblock CLJS developers to have a better experience with DevTools, similar how we format framework stacks and identify frameworks for file icons. The basic idea that we want to validate is implementing [CLJS' formatters](https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-formatters-feature) as [DevTools reps](https://searchfox.org/mozilla-central/source/devtools/client/debugger/packages/devtools-reps/src/reps).