mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
Unconditionally enable the URLPattern API (#37116)
We fail only a couple of the URLPattern tests and I think that's mostly due to bugs in the `urlpattern` crate. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
typedef (USVString or URLPatternInit) URLPatternInput;
|
||||
|
||||
[Exposed=(Window,Worker), Pref="dom_urlpattern_enabled"]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface URLPattern {
|
||||
[Throws] constructor(URLPatternInput input, USVString baseURL, optional URLPatternOptions options = {});
|
||||
[Throws] constructor(optional URLPatternInput input = {}, optional URLPatternOptions options = {});
|
||||
|
||||
Reference in New Issue
Block a user