Contact emailswanderv...@chromium.org

Explainerhttps://github.com/WICG/urlpattern/pull/166#issue-1224277880

Specification

Summary

Add a `URLPatternList` primitive to efficiently match URLs against a
collection of `URLPattern` objects.


Blink componentBlink>URLPattern
<https://bugs.chromium.org/p/chromium/issues/list?q=component:Blink%3EURLPattern>

Motivation

URL routing use cases need to match an incoming URL against a potentially
large number of patterns. Using an array of URLPattern objects that are
checked sequentially is not efficient. An object representing a list of
patterns can perform more efficient matching by using internal data
structures that take advantage of commonalities between patterns in the
list.


Initial public proposal

TAG review

TAG review statusPending

Risks


Interoperability and Compatibility



*Gecko*: No signal

*WebKit*: No signal

*Web developers*: No signals

*Other signals*:

WebView application risks

Does this intent deprecate or change behavior of existing APIs, such that
it has potentially high risk for Android WebView-based applications?



Debuggability



Is this feature fully tested by web-platform-tests
<https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md>
?No

Flag name

Requires code in //chrome?False

Tracking bughttps://bugs.chromium.org/p/chromium/issues/detail?id=1377054

Estimated milestones

No milestones specified


Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/5083533924630528

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion on the web visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAK7rkMg2Fftt9xPG3gsFryJ7H%3D5qKv3oo%2BBLkxK9g_o5G6duNQ%40mail.gmail.com.

Reply via email to