From 13bd6cf42868d1e5caa2e7ac68b52b14cde8a7c5 Mon Sep 17 00:00:00 2001 From: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com> Date: Sun, 1 Dec 2019 12:13:14 -0500 Subject: [PATCH] Fix MDN URLs in API folder (#5203) * Linter for mdn_url * Drop non-data changes * Drop identifier changes * Document.wasDiscarded URL * Drop changes to api/Headers.json --- api/AudioNode.json | 2 +- api/Bluetooth.json | 2 +- api/CSSStyleSheet.json | 2 +- api/DOMTokenList.json | 2 +- api/Document.json | 3 ++- api/Element.json | 8 ++++---- api/FileReaderSync.json | 8 ++++---- api/FormData.json | 3 --- api/HTMLElement.json | 2 +- api/HTMLFieldSetElement.json | 2 +- api/HTMLImageElement.json | 2 +- api/HTMLInputElement.json | 6 +++--- api/HTMLSelectElement.json | 2 +- api/HTMLSourceElement.json | 2 +- api/HTMLStyleElement.json | 2 +- api/HTMLTextAreaElement.json | 2 +- api/IDBTransaction.json | 2 +- api/LocalFileSystem.json | 2 +- api/MIDIAccess.json | 2 +- api/Magnetometer.json | 2 +- api/MediaStreamTrackAudioSourceOptions.json | 4 ++-- api/MediaTrackSupportedConstraints.json | 4 ++-- api/MerchantValidationEvent.json | 2 +- api/OffscreenCanvas.json | 2 +- api/PictureInPicture.json | 4 ++-- api/RTCIceCredentialType.json | 6 +++--- api/RTCRtpStreamStats.json | 2 +- api/SVGImageElement.json | 2 +- api/SVGPathElement.json | 2 +- api/SpeechGrammar.json | 2 +- api/VTTCue.json | 2 +- api/WebGL2RenderingContext.json | 2 +- api/WebGLRenderingContext.json | 2 +- api/XMLHttpRequest.json | 22 ++++++++++----------- 34 files changed, 57 insertions(+), 59 deletions(-) diff --git a/api/AudioNode.json b/api/AudioNode.json index ebdfde72b0d6b..e997bc6f58dd9 100644 --- a/api/AudioNode.json +++ b/api/AudioNode.json @@ -97,7 +97,7 @@ }, "channelCountMode": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioNode/channelCount", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioNode/channelCountMode", "support": { "chrome": { "version_added": "14" diff --git a/api/Bluetooth.json b/api/Bluetooth.json index 1fb1f8af37261..a1efe7fac5d03 100644 --- a/api/Bluetooth.json +++ b/api/Bluetooth.json @@ -163,7 +163,7 @@ }, "onavailabilitychanged": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Bluetooth/getAvailability", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Bluetooth/onavailabilitychanged", "support": { "chrome": [ { diff --git a/api/CSSStyleSheet.json b/api/CSSStyleSheet.json index 51d915af8f791..51c2e2f372c46 100644 --- a/api/CSSStyleSheet.json +++ b/api/CSSStyleSheet.json @@ -365,7 +365,7 @@ }, "rules": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/addRule", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/rules", "support": { "chrome": { "version_added": true diff --git a/api/DOMTokenList.json b/api/DOMTokenList.json index 124149b220d06..047fff9ccf4c4 100644 --- a/api/DOMTokenList.json +++ b/api/DOMTokenList.json @@ -193,7 +193,7 @@ }, "forEach": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMTokenList/foreach", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMTokenList/forEach", "support": { "chrome": { "version_added": "45" diff --git a/api/Document.json b/api/Document.json index 81c60a5db004f..218d3430fb4f3 100644 --- a/api/Document.json +++ b/api/Document.json @@ -3859,7 +3859,7 @@ }, "exitFullscreen": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/exitFullScreen", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/exitFullscreen", "support": { "chrome": [ { @@ -9955,6 +9955,7 @@ }, "wasDiscarded": { "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document", "support": { "chrome": { "version_added": "68" diff --git a/api/Element.json b/api/Element.json index 3f5809e1b7987..5d5b41bd197be 100644 --- a/api/Element.json +++ b/api/Element.json @@ -7752,7 +7752,7 @@ "touchcancel_event": { "__compat": { "description": "touchcancel event", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/touchcancel_event", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event", "support": { "chrome": { "version_added": "22" @@ -7801,7 +7801,7 @@ "touchend_event": { "__compat": { "description": "touchend event", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/touchend_event", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/touchend_event", "support": { "chrome": { "version_added": "22" @@ -7850,7 +7850,7 @@ "touchmove_event": { "__compat": { "description": "touchmove event", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/touchmove_event", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/touchmove_event", "support": { "chrome": { "version_added": "22" @@ -7899,7 +7899,7 @@ "touchstart_event": { "__compat": { "description": "touchstart event", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/touchstart_event", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/touchstart_event", "support": { "chrome": { "version_added": "22" diff --git a/api/FileReaderSync.json b/api/FileReaderSync.json index 525ae6b216ce5..d4486610cb591 100644 --- a/api/FileReaderSync.json +++ b/api/FileReaderSync.json @@ -46,7 +46,7 @@ }, "readAsArrayBuffer": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync#readAsArrayBuffer()", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync/readAsArrayBuffer", "support": { "chrome": { "version_added": true @@ -91,7 +91,7 @@ }, "readAsBinaryString": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync#readAsBinaryString()", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync/readAsBinaryString", "support": { "chrome": { "version_added": true @@ -136,7 +136,7 @@ }, "readAsDataURL": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync#readAsDataURL()", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync/readAsDataURL", "support": { "chrome": { "version_added": true @@ -181,7 +181,7 @@ }, "readAsText": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync#readAsBinaryText()", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/FileReaderSync/readAsText", "support": { "chrome": { "version_added": true diff --git a/api/FormData.json b/api/FormData.json index c3acc45906828..e699f4bf1c060 100644 --- a/api/FormData.json +++ b/api/FormData.json @@ -100,7 +100,6 @@ }, "SupportForOf": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FormData", "description": "Support of for...of", "support": { "chrome": { @@ -200,7 +199,6 @@ }, "AppendWithFilename": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FormData/append", "description": "append with filename", "support": { "chrome": { @@ -634,7 +632,6 @@ }, "worker_support": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/FormData", "description": "Available in workers", "support": { "chrome": { diff --git a/api/HTMLElement.json b/api/HTMLElement.json index 6ac2a3babde39..936d8d870d425 100644 --- a/api/HTMLElement.json +++ b/api/HTMLElement.json @@ -1870,7 +1870,7 @@ }, "offsetTop": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop", "support": { "chrome": { "version_added": "47" diff --git a/api/HTMLFieldSetElement.json b/api/HTMLFieldSetElement.json index 560b09bfa6743..aad7681303793 100644 --- a/api/HTMLFieldSetElement.json +++ b/api/HTMLFieldSetElement.json @@ -271,7 +271,7 @@ }, "reportValidity": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFieldSetElement/reportValidity", "support": { "chrome": { "version_added": "40" diff --git a/api/HTMLImageElement.json b/api/HTMLImageElement.json index 87dbc7d924b5e..9705550cedb90 100644 --- a/api/HTMLImageElement.json +++ b/api/HTMLImageElement.json @@ -503,7 +503,7 @@ }, "height": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLImageElement/decode", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLImageElement/height", "support": { "chrome": { "version_added": "1" diff --git a/api/HTMLInputElement.json b/api/HTMLInputElement.json index a1cc56cc7da32..549ddfe9b2709 100644 --- a/api/HTMLInputElement.json +++ b/api/HTMLInputElement.json @@ -845,7 +845,7 @@ }, "onsearch": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/Events/search", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/onsearch", "support": { "chrome": { "version_added": true @@ -978,7 +978,7 @@ }, "reportValidity": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/reportValidity", "support": { "chrome": { "version_added": "40" @@ -1071,7 +1071,7 @@ "search_event": { "__compat": { "description": "search event", - "mdn_url": "https://developer.mozilla.org/docs/Web/Events/search", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/search_event", "support": { "chrome": { "version_added": true diff --git a/api/HTMLSelectElement.json b/api/HTMLSelectElement.json index c9872a01e1d37..800e057532c37 100644 --- a/api/HTMLSelectElement.json +++ b/api/HTMLSelectElement.json @@ -823,7 +823,7 @@ }, "reportValidity": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/reportValidity", "support": { "chrome": { "version_added": "40" diff --git a/api/HTMLSourceElement.json b/api/HTMLSourceElement.json index 19b2782bbddf5..056788e79674a 100644 --- a/api/HTMLSourceElement.json +++ b/api/HTMLSourceElement.json @@ -144,7 +144,7 @@ }, "sizes": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/sizes", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/sizes", "support": { "chrome": { "version_added": true diff --git a/api/HTMLStyleElement.json b/api/HTMLStyleElement.json index 6a5aad6be323c..d352ef2c067bb 100644 --- a/api/HTMLStyleElement.json +++ b/api/HTMLStyleElement.json @@ -231,7 +231,7 @@ }, "sheet": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/LinkStyle/sheet", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLStyleElement/sheet", "support": { "chrome": { "version_added": true diff --git a/api/HTMLTextAreaElement.json b/api/HTMLTextAreaElement.json index 2280616ea2db5..b630ac3185b99 100644 --- a/api/HTMLTextAreaElement.json +++ b/api/HTMLTextAreaElement.json @@ -181,7 +181,7 @@ }, "reportValidity": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/reportValidity", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLTextAreaElement/reportValidity", "support": { "chrome": { "version_added": "40" diff --git a/api/IDBTransaction.json b/api/IDBTransaction.json index 2dee00679dada..957fe88c7cdd4 100644 --- a/api/IDBTransaction.json +++ b/api/IDBTransaction.json @@ -724,7 +724,7 @@ }, "objectStoreNames": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBTransaction/ObjectStoreNames", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBTransaction/objectStoreNames", "support": { "chrome": { "version_added": "48" diff --git a/api/LocalFileSystem.json b/api/LocalFileSystem.json index 36ced7debe6c7..0ec6d8aa6ce62 100644 --- a/api/LocalFileSystem.json +++ b/api/LocalFileSystem.json @@ -94,7 +94,7 @@ }, "resolveLocalFileSystemURL": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/LocalFileSystem#resolveLocalFileSystemURL()", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/LocalFileSystem#resolveLocalFileSystemURL", "support": { "chrome": { "version_added": "13" diff --git a/api/MIDIAccess.json b/api/MIDIAccess.json index 630c69cfc18fd..346834328bdc8 100644 --- a/api/MIDIAccess.json +++ b/api/MIDIAccess.json @@ -145,7 +145,7 @@ }, "statechange_event": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/outputs", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MIDIAccess/statechange_event", "description": "statechange event", "support": { "chrome": { diff --git a/api/Magnetometer.json b/api/Magnetometer.json index 19a078e3f9809..6bdf94e621aaf 100644 --- a/api/Magnetometer.json +++ b/api/Magnetometer.json @@ -98,7 +98,7 @@ }, "x": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/Magnetometer/y", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/Magnetometer/x", "support": { "chrome": { "version_added": "69" diff --git a/api/MediaStreamTrackAudioSourceOptions.json b/api/MediaStreamTrackAudioSourceOptions.json index 71dccdf55bc00..c58fdff676794 100644 --- a/api/MediaStreamTrackAudioSourceOptions.json +++ b/api/MediaStreamTrackAudioSourceOptions.json @@ -2,7 +2,7 @@ "api": { "MediaStreamTrackAudioSourceOptions": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/falseMediaStreamTrackAudioSourceOptions", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrackAudioSourceOptions", "support": { "chrome": { "version_added": false @@ -49,7 +49,7 @@ }, "mediaStreamTrack": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/falseMediaStreamTrackAudioSourceOptions/mediaStreamTrack", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrackAudioSourceOptions/mediaStreamTrack", "support": { "chrome": { "version_added": false diff --git a/api/MediaTrackSupportedConstraints.json b/api/MediaTrackSupportedConstraints.json index 201ced8bfc4c4..3c538e60d2c5e 100644 --- a/api/MediaTrackSupportedConstraints.json +++ b/api/MediaTrackSupportedConstraints.json @@ -285,7 +285,7 @@ }, "displaySurface": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackSettings/displaySurface", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackSupportedConstraints/displaySurface", "support": { "chrome": { "version_added": false @@ -600,7 +600,7 @@ }, "logicalSurface": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackSettings/logicalSurface", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaTrackSupportedConstraints/logicalSurface", "support": { "chrome": { "version_added": false diff --git a/api/MerchantValidationEvent.json b/api/MerchantValidationEvent.json index 766549915ffe3..3d9828c95b7fa 100644 --- a/api/MerchantValidationEvent.json +++ b/api/MerchantValidationEvent.json @@ -167,7 +167,7 @@ }, "methodName": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/MerchantValidationEvent//methodName", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/MerchantValidationEvent/methodName", "support": { "chrome": { "version_added": false diff --git a/api/OffscreenCanvas.json b/api/OffscreenCanvas.json index 96ff90c963ffa..8646bc5113784 100644 --- a/api/OffscreenCanvas.json +++ b/api/OffscreenCanvas.json @@ -130,7 +130,7 @@ }, "convertToBlob": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/OffscreenCanvas/toBlob", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/OffscreenCanvas/convertToBlob", "support": { "chrome": { "version_added": "69" diff --git a/api/PictureInPicture.json b/api/PictureInPicture.json index 799a55de703b7..c677fbabdcb00 100644 --- a/api/PictureInPicture.json +++ b/api/PictureInPicture.json @@ -125,7 +125,7 @@ }, "onresize": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/PictureInPicture/height", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/PictureInPicture/onresize", "support": { "chrome": { "version_added": "69", @@ -187,7 +187,7 @@ }, "width": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/PictureInPicture/height", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/PictureInPicture/width", "support": { "chrome": { "version_added": "69", diff --git a/api/RTCIceCredentialType.json b/api/RTCIceCredentialType.json index db45a4249282d..b0cff2a0712f2 100644 --- a/api/RTCIceCredentialType.json +++ b/api/RTCIceCredentialType.json @@ -49,7 +49,7 @@ }, "oauth": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType#oauth", "support": { "chrome": { "version_added": false @@ -97,7 +97,7 @@ }, "password": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType#password", "support": { "chrome": { "version_added": false @@ -145,7 +145,7 @@ }, "token": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCredentialType#token", "support": { "chrome": { "version_added": false diff --git a/api/RTCRtpStreamStats.json b/api/RTCRtpStreamStats.json index 98bd015be2eda..e64e8ba66ccf2 100644 --- a/api/RTCRtpStreamStats.json +++ b/api/RTCRtpStreamStats.json @@ -61,7 +61,7 @@ }, "codecId": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRtpStreamStats/kind", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCRtpStreamStats/codecId", "support": { "chrome": { "version_added": false diff --git a/api/SVGImageElement.json b/api/SVGImageElement.json index 6133c60f05e5b..9ad3ff9085c62 100644 --- a/api/SVGImageElement.json +++ b/api/SVGImageElement.json @@ -272,7 +272,7 @@ }, "preserveAspectRatio": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGImageElement/prserveAspectRatio", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGImageElement/preserveAspectRatio", "support": { "chrome": { "version_added": "1" diff --git a/api/SVGPathElement.json b/api/SVGPathElement.json index 334ad8c1f57fc..2f066619c9db8 100644 --- a/api/SVGPathElement.json +++ b/api/SVGPathElement.json @@ -1120,7 +1120,7 @@ }, "pathLength": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPathElement", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SVGPathElement/pathLength", "support": { "chrome": { "version_added": true, diff --git a/api/SpeechGrammar.json b/api/SpeechGrammar.json index f531ac4ab188f..bedbccfcffb93 100644 --- a/api/SpeechGrammar.json +++ b/api/SpeechGrammar.json @@ -59,7 +59,7 @@ }, "SpeechGrammar": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/SpeechGrammar", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/SpeechGrammar/SpeechGrammar", "description": "SpeechGrammar() constructor", "support": { "chrome": { diff --git a/api/VTTCue.json b/api/VTTCue.json index a39ec8773326f..e637f76b5625b 100644 --- a/api/VTTCue.json +++ b/api/VTTCue.json @@ -46,7 +46,7 @@ }, "VTTCue": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/VTTCue", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/VTTCue/VTTCue", "description": "VTTCue() constructor", "support": { "chrome": { diff --git a/api/WebGL2RenderingContext.json b/api/WebGL2RenderingContext.json index 5e7f9e3cc5386..ec73992024650 100644 --- a/api/WebGL2RenderingContext.json +++ b/api/WebGL2RenderingContext.json @@ -433,7 +433,7 @@ }, "bufferSubData": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/bufferData", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/bufferSubData", "support": { "chrome": { "version_added": true diff --git a/api/WebGLRenderingContext.json b/api/WebGLRenderingContext.json index 8f67f60b38d58..47abc383f9578 100644 --- a/api/WebGLRenderingContext.json +++ b/api/WebGLRenderingContext.json @@ -5659,7 +5659,7 @@ }, "makeXRCompatible": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/makeXRCompatibile", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/makeXRCompatible", "support": { "chrome": { "version_added": "79" diff --git a/api/XMLHttpRequest.json b/api/XMLHttpRequest.json index 53e695e3ed465..b76e21f7ddbdf 100644 --- a/api/XMLHttpRequest.json +++ b/api/XMLHttpRequest.json @@ -943,7 +943,7 @@ }, "arraybuffer": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#arraybuffer", "support": { "chrome": { "version_added": "31" @@ -991,7 +991,7 @@ }, "blob": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#blob", "support": { "chrome": { "version_added": "31" @@ -1039,7 +1039,7 @@ }, "document": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#document", "support": { "chrome": { "version_added": "31" @@ -1087,7 +1087,7 @@ }, "json": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#json", "support": { "chrome": { "version_added": "31" @@ -1135,7 +1135,7 @@ }, "moz-blob": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#moz-blob", "support": { "chrome": { "version_added": false @@ -1184,7 +1184,7 @@ }, "moz-chunked-arraybuffer": { "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/responseType#moz-chunked-arraybuffer", "support": { "chrome": { "version_added": false @@ -1387,7 +1387,7 @@ "ArrayBuffer": { "__compat": { "description": "ArrayBuffer as parameter to send()", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send#ArrayBuffer", "support": { "chrome": { "version_added": "9" @@ -1436,7 +1436,7 @@ "ArrayBufferView": { "__compat": { "description": "ArrayBufferView as parameter to send()", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send#ArrayBufferView", "support": { "chrome": { "version_added": "22" @@ -1485,7 +1485,7 @@ "Blob": { "__compat": { "description": "Blob as parameter to send()", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send#Blob", "support": { "chrome": { "version_added": "22" @@ -1534,7 +1534,7 @@ "FormData": { "__compat": { "description": "FormData as parameter to send()", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send#FormData", "support": { "chrome": { "version_added": "6" @@ -1583,7 +1583,7 @@ "URLSearchParams": { "__compat": { "description": "URLSearchParams as parameter to send()", - "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send", + "mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/send#URLSearchParams", "support": { "chrome": { "version_added": "59"