Skip to content

Symbol polyfill uses "codePointAt"/"fromCodePoint" which are not available in IE #61

Description

@rluba

I'm submitting a bug report

  • Library Version:
    any (as of 44ee5ed)

  • Browser:
    IE any (tested in IE 11)

  • Language:
    all

Current behavior:
The Symbol polyfill uses codePointAt. But this function is not available in IE11 (see codePointAt on MDN) and therefore needs to be polyfilled as well.

The same goes for fromCodePoint.

Expected/desired behavior:
Polyfill codePointAt and fromCodePoint to support IE without requiring additional polyfills.

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