Skip to content

Commit

Permalink
Add missing mdn_url (#11285)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Jun 28, 2021
1 parent 9983098 commit f01af3d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/HTMLHtmlElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"version": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLHtmlElement/version",
"support": {
"chrome": {
"version_added": "1"
Expand Down
1 change: 1 addition & 0 deletions api/MIDIPort.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
},
"onstatechange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIPort/onstatechange",
"support": {
"chrome": {
"version_added": "43"
Expand Down
1 change: 1 addition & 0 deletions api/RTCPeerConnection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@
},
"getTransceivers": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/getTransceivers",
"support": {
"chrome": {
"version_added": "69"
Expand Down
10 changes: 10 additions & 0 deletions api/SVGPointList.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"api": {
"SVGPointList": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -48,6 +49,7 @@
},
"appendItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/appendItem",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -95,6 +97,7 @@
},
"clear": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/clear",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -142,6 +145,7 @@
},
"getItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/getItem",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -189,6 +193,7 @@
},
"initialize": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/initialize",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -236,6 +241,7 @@
},
"insertItemBefore": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/insertItemBefore",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -283,6 +289,7 @@
},
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/length",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -330,6 +337,7 @@
},
"numberOfItems": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/numberOfItems",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -377,6 +385,7 @@
},
"removeItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/removeItem",
"support": {
"chrome": {
"version_added": "5"
Expand Down Expand Up @@ -424,6 +433,7 @@
},
"replaceItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPointList/replaceItem",
"support": {
"chrome": {
"version_added": "5"
Expand Down
1 change: 1 addition & 0 deletions html/elements/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"manifest": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTML/Element/html/manifest",
"support": {
"chrome": {
"version_added": "4"
Expand Down
1 change: 1 addition & 0 deletions http/headers/set-cookie.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
},
"SameSite": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite",
"description": "<code>SameSite</code>",
"support": {
"chrome": {
Expand Down
2 changes: 2 additions & 0 deletions webextensions/api/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,7 @@
},
"goBack": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/goBack",
"support": {
"chrome": {
"version_added": "72"
Expand All @@ -2229,6 +2230,7 @@
},
"goForward": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/goForward",
"support": {
"chrome": {
"version_added": "72"
Expand Down

0 comments on commit f01af3d

Please sign in to comment.