Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 20 additions & 0 deletions features/urlpattern.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: URLPattern
description: The `URLPattern` API creates patterns that can be matched against URLs or URL components.
spec: https://urlpattern.spec.whatwg.org/
status:
compute_from: api.URLPattern.URLPattern
compat_features:
- api.URLPattern
- api.URLPattern.URLPattern
- api.URLPattern.hash
- api.URLPattern.hostname
- api.URLPattern.password
- api.URLPattern.pathname
- api.URLPattern.port
- api.URLPattern.protocol
- api.URLPattern.search
- api.URLPattern.username
- api.URLPattern.exec
- api.URLPattern.test
- api.URLPattern.URLPattern.ignoreCase_option
- api.URLPattern.hasRegExpGroups
42 changes: 42 additions & 0 deletions features/urlpattern.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from: urlpattern.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "95"
chrome_android: "95"
edge: "95"
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "95"
# chrome_android: "95"
# edge: "95"
- api.URLPattern
- api.URLPattern.URLPattern
- api.URLPattern.exec
- api.URLPattern.hash
- api.URLPattern.hostname
- api.URLPattern.password
- api.URLPattern.pathname
- api.URLPattern.port
- api.URLPattern.protocol
- api.URLPattern.search
- api.URLPattern.test
- api.URLPattern.username

# baseline: false
# support:
# chrome: "107"
# chrome_android: "107"
# edge: "107"
- api.URLPattern.URLPattern.ignoreCase_option
Comment on lines +30 to +35
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# baseline: false
# support:
# chrome: "122"
# chrome_android: "122"
# edge: "122"
- api.URLPattern.hasRegExpGroups
Comment on lines +37 to +42
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.