urlpattern-polyfill icon indicating copy to clipboard operation
urlpattern-polyfill copied to clipboard

implement URLPattern.compareComponent()

Open wanderview opened this issue 4 years ago • 0 comments

The c++ native implementation now has a URLPattern.compareComponent() static method. See:

  • https://bugs.chromium.org/p/chromium/issues/detail?id=1232795
  • https://github.com/WICG/urlpattern/issues/61

This part of the API is not as stable as the rest and may still change. I'm not going to have time to add this to the polyfill immediately.

Note, this will depend on #27.

wanderview avatar Jul 28 '21 14:07 wanderview