Skip to content

ACDL throws errors in IE11 console #106

@bartoszglow

Description

@bartoszglow

Adobe Client Data Layer throughs console error in IE11. In the source code there is usage of .find method on the Array instance which is not supported by IE11.

Expected Behaviour

There are no errors in console when using IE11. IE11 is fully supported as a browser. Static code analysis via eslint detect browser support correctly according to browserlist provided in .browserlistrc.

Actual Behaviour

There are errors in console when using IE11. ESLint doesn't recognize unsupported ES/JS according to browser list provided in .browserlistrc.

Metadata

Metadata

Assignees

Labels

bugUnexpected problem or unintended behavior that impairs normal functioning.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions