Skip to content

Does not work in IE11 Web Worker due to use of window #162

@timfish

Description

@timfish

Due to this code:

//polyfill
if (!Number.parseInt && window.parseInt) {
  Number.parseInt = window.parseInt;
}
if (!Number.parseFloat && window.parseFloat) {
  Number.parseFloat = window.parseFloat;
}

Would it be better to leave polyfills out completely and direct people to use polyfill.io?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions