Description from extension meta
Makes Immutable JS objects more readable when they are logged to the console.
Image from store
Description from store
The Immutable library is fantastic, but inspecting immutable collections in browser's Dev Tools is awkward. You only see the internal data structure, not the logical contents. For example, when inspecting the contents of an Immutable List, you'd really like to see the items in the list.
Chrome (v47+) and Firefox (116+) has support for custom "formatters". A formatter tells browser's Dev Tools how to display values in the Console, Scope list, etc. This means we can display Lists, Maps and other collections, in a much better way.
Latest reviews
- (2025-05-26) Chris Meiller: Works perfectly! Thank you.
Statistics
Installs
33
history
Category
Rating
5.0 (1 votes)
Last update / version
2025-06-01 / 2.1.2
Listing languages
en-US