Skip to content

Remote Inspector should warn if the browser can't support JS ES6 features #40

@elecro

Description

@elecro

Currently the Remote Inspector uses a few JS ES6 features which are not (yet) supported by other browsers. We should give the users a warning about that the Inspector won't work if they don't have the given JS feature.

Some of the features which we should test:

  • Map object.
  • for...of statement
  • ??

For testing the JS features maybe we could use eval('..') code snippets

Other things to consider:

  • -webkit prefixed CSS attributes.

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