Closed wanderview closed 3 years ago
See WICG/urlpattern#96. If there are duplicate group names like:
let p = new URLPattern({ pathname: '/:id/:id' });
We want to throw an exception.
See WICG/urlpattern#96. If there are duplicate group names like:
We want to throw an exception.