-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLPattern
#1011
Comments
@zloirock Hey, unfortunately, it looks like they emphasize the difference between URL parser and theirs:
https://wicg.github.io/urlpattern/#constructor-string-parsing I have started some "draft" branch, but unfortunately, I'm stuck in several places and I'm not sure how to solve them.
|
Thanks, @shtelzerartem. Yes, I saw this note. They are different, but in my vision, it can be possible to modify the parser for both cases.
The same situation with |
Since
core-js
already containsURL
andURLSearchParams
, it could be good to implementURLPattern
. I hope that we could reuse theURL
parser from theweb.url
module.https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API
https://wicg.github.io/urlpattern/
https://github.com/kenchris/urlpattern-polyfill (however, I think that
core-js
should follow another way)I still didn't start to work on it, so if someone wanna contribute - feel free to do it.
The text was updated successfully, but these errors were encountered: