Commit e84799f
authored
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.1 parent 20b4d3a commit e84799f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
| 500 | + | |
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
| |||
0 commit comments