zloirock/core-js

`URLPattern`

Open

#1,011 创建于 2021年11月21日

在 GitHub 查看
 (6 评论) (5 反应) (0 负责人)JavaScript (1,609 fork)batch import
enhancementhelp wantedweb standards

仓库指标

Star
 (23,771 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南