Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review comments
  • Loading branch information
lucacasonato committed May 5, 2022
commit 14086eeaa66fe43cde36595a08ef1fecf2f1d5f0
6 changes: 3 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,9 @@ Note: The {{URLPatternList}} is a utility that combines many patterns into one
matcher. This functionality can also be achieved in a naive userland
implementation that iterates over a list of patterns and matches each one
individually. This has the unfortunate effect of not being very fast. With the
built-in {{URLPatternList}} implementers can use a radix tree for matching under
the hood which can drastically improve performance over the naive userland
implementation.
built-in {{URLPatternList}} implementers can use an optimized implementation for
matching under the hood which can drastically improve performance over the naive
userland implementation.

Each {{URLPatternList}} has an associated <dfn for=URLPatternList>pattern list</dfn>, a [=list=] of {{URLPattern}}s.

Expand Down