Skip to content

Commit

Permalink
URLPattern: add mdn urls (#12633)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Oct 5, 2021
1 parent 8dde4b5 commit 32c37a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/URLPattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"URLPattern": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#urlpattern",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern",
"support": {
"chrome": {
"version_added": "93",
Expand Down Expand Up @@ -80,6 +81,7 @@
"URLPattern": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/URLPattern",
"description": "<code>URLPattern()</code> constructor",
"support": {
"chrome": {
Expand Down Expand Up @@ -132,6 +134,7 @@
"exec": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-exec",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/exec",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -183,6 +186,7 @@
"hash": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-hash",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/hash",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -234,6 +238,7 @@
"hostname": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-hostname",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/hostname",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -285,6 +290,7 @@
"password": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-password",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/password",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -336,6 +342,7 @@
"pathname": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-pathname",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/pathname",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -387,6 +394,7 @@
"port": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-port",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/port",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -438,6 +446,7 @@
"protocol": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-protocol",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/protocol",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -489,6 +498,7 @@
"search": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-search",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/search",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -540,6 +550,7 @@
"test": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-test",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/test",
"support": {
"chrome": {
"version_added": "93"
Expand Down Expand Up @@ -591,6 +602,7 @@
"username": {
"__compat": {
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-username",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/username",
"support": {
"chrome": {
"version_added": "93"
Expand Down

0 comments on commit 32c37a8

Please sign in to comment.