zloirock/core-js

`URLPattern`

Open

#1.011 geöffnet am 21. Nov. 2021

Auf GitHub ansehen
 (6 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)JavaScript (1.609 Forks)batch import
enhancementhelp wantedweb standards

Repository-Metriken

Stars
 (23.771 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Since core-js already contains URL and URLSearchParams, it could be good to implement URLPattern. I hope that we could reuse the URL parser from the web.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.

Contributor Guide