question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support URLPattern

See original GitHub issue

URLPattern is now available in the Workers runtime. Here is a polyfill until it officially lands in Node.js.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
mrbbotcommented, May 27, 2022

Hey! I’ve just released version 2.5.0 with support for URLPattern.

0reactions
kenchriscommented, May 30, 2022
// @ts-expect-error `urlpattern-polyfill` only provides global types
import { URLPattern } from "urlpattern-polyfill";

You should use the latest version and import like this (I see that we need to fix the readme) if you don’t want it to add it to the globalThis.

import { URLPattern } from "urlpattern-polyfill/urlpattern";

https://github.com/kenchris/urlpattern-polyfill/blob/main/test/ponyfill.mjs

Read more comments on GitHub >

github_iconTop Results From Across the Web

URLPattern - Web APIs | MDN
desktop desktop Chrome Edge URLPattern. Experimental Full support. Chrome95. Toggle history Full support... URLPattern() constructor. Experimental Full support. Chrome95. Toggle history Full support...
Read more >
URLPattern brings routing to the web platform
Its goal is to standardize a routing pattern syntax, including support for wildcards, named token groups, regular expression groups, and group ...
Read more >
URLPattern API: protocol | Can I use... Support ... - CanIUse
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web ... URLPattern API: protocol....
Read more >
The URLPattern API provides a web platform primitive for ...
This repository proposes creating a native web API to match URLs called URLPattern. URLPattern would support both web developer use in JS and...
Read more >
URLPattern API
Constructs a new URLPattern object. This overrides supports a URLPatternOptions object when constructing a pattern from a patternString object, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found