urlpattern
e84799f0 - Append the serialization of URL to inputs when performing a match

Commit
284 days ago
Append the serialization of URL to inputs when performing a match The list `inputs` is an array of `URLPatternInput` which can only be either a `USVString` or a `URLPatternInit`. To handle the case where a URL is passed through, we need to append the serialization of that URL.
Author
Parents
Loading