Skip to content

Generalize code and documentation to include Firefox #71

Open
@SebastianZ

Description

@SebastianZ

An implementation for custom formatters in Firefox is on its way. So the code and documentaton of the CLJS DevTools should account for that.

Currently, there's an explicit check for Chrome 47 in the formatters code.

One possibility would be to simply remove the check and the logic around it as browsers not supporting custom formatters simply display the logged objects with their normal rendering.
The downside of that approach is, of course, that there won't be a hint anymore when the custom formatters couldn't be applied.

And the documentation is also still very much focused on Chrome as browser. Once the implementation in Firefox stands, all mentions in the documentation should reflect that. This means, adding Firefox where necessary or removing the wording related to Chrome where possible.

Sebastian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions