Skip to content

IE < 10: console isn't always available, console methods are all functions. #415

Open
@krusynth

Description

@krusynth

console isn't defined in IE 8 & 9, except when the Developer Tools are open (and they aren't on automated tests). Even when the Developer Tools are open, all of the methods on console are defined such that you can't call apply() on them (as we do in our compiled version of Util.deprecationWarning

console-shim looks promising, but really it's only a few lines to shim it.

Relates to #408

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions