Skip to content

Commit

Permalink
add URLPattern() constructor ignoreCase option (#18388)
Browse files Browse the repository at this point in the history
* add URLPattern constructor ignoreCase option

* Update api/URLPattern.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <vinyldarkscratch@gmail.com>
  • Loading branch information
chrisdavidmills and queengooborg committed Dec 12, 2022
1 parent cf5c315 commit da8d865
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api/URLPattern.json
Expand Up @@ -96,6 +96,43 @@
"standard_track": true,
"deprecated": false
}
},
"ignoreCase_option": {
"__compat": {
"description": "<code>ignoreCase</code> option",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpatternoptions-ignorecase",
"support": {
"chrome": {
"version_added": "107"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"exec": {
Expand Down

0 comments on commit da8d865

Please sign in to comment.