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

Conversation

@WebReflection
Copy link
Owner

As requested in order to fix #22.

The method is patched for native constructors that haven't implemented it yet.

However, even constructoring via records or sequences might be broken.

In those cases there is still no patch or the whole constructor needs to be substituted.

TODO

  • decide if it's the case to feature detect upfront and globally replace the class if not standard
  • also probably return strings like native (quite some work, not sure if worth it)

Andrea Giammarchi added 2 commits May 2, 2017 19:11
As requested in order to fix #22.

The method is patched for native constructors that haven't implemented it yet.
However, even constructoring via records or sequences might be broken.

In those cases there is still no patch or the whole constructor needs to be substituted.

TODO: decide if it's the case to feature detect upfront and globally replace the class if not standard
      also probably return strings like native (quite some work, not sure if worth it)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

URLSearchParams.prototype.sort() is missing

2 participants