From 32c37a851cd309bc178f59f544f9d1d070497e7c Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 5 Oct 2021 11:16:30 +0200 Subject: [PATCH] URLPattern: add mdn urls (#12633) --- api/URLPattern.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/URLPattern.json b/api/URLPattern.json index 687ec4b5538df1..c853b47a206ef3 100644 --- a/api/URLPattern.json +++ b/api/URLPattern.json @@ -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", @@ -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": "URLPattern() constructor", "support": { "chrome": { @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"