urlpattern-polyfill
urlpattern-polyfill copied to clipboard
Update the RegExp flag from "u" to "v"
In https://github.com/whatwg/urlpattern/pull/188, the URL Pattern API was updated to use v
flag instead of u
. As mentioned in the blink-dev thread, the expected impact is very limited.
It would be great if the polyfill library follows, too. I can work on making a PR for this update.
@sisidovski Once the spec has merged this and the updated tests are available, we will update. There is little value to update before unicode tests are added upstream.
@SanderElias Actually the spec was already merged. chromium is going to update the flag, too fyi (blink-dev thread). Here is the updated tests. https://github.com/web-platform-tests/wpt/pull/43014