Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Option not to fall back to browser version? #24

@mockdeep

Description

@mockdeep

On versions of Firefox from 29 to 43, there is partial support for URLSearchParams, but not complete support. The result for us is that when using this polyfill our site works on Firefox 28 and before, and 44 and after, but not on the versions in between, due to the fact that the library falls back to the browser version if it exists. For these cases, it would be nice to have a way to import this and override the browser implementation, rather than falling back.

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams#Browser_compatibility

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions