From 7f552a4f14cbdef71f6a7d129abf572e03ac712a Mon Sep 17 00:00:00 2001 From: Queen Vinyl Darkscratch Date: Wed, 16 Jun 2021 04:13:18 -0700 Subject: [PATCH] Remove RTCIceCandidateType enum --- api/RTCIceCandidateType.json | 60 ------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 api/RTCIceCandidateType.json diff --git a/api/RTCIceCandidateType.json b/api/RTCIceCandidateType.json deleted file mode 100644 index d3a8a243e768c5..00000000000000 --- a/api/RTCIceCandidateType.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "api": { - "RTCIceCandidateType": { - "__compat": { - "mdn_url": "https://developer.mozilla.org/docs/Web/API/RTCIceCandidateType", - "spec_url": "https://w3c.github.io/webrtc-pc/#dom-rtcicecandidatetype", - "support": { - "chrome": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "chrome_android": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "edge": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "firefox": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "firefox_android": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "ie": { - "version_added": false - }, - "opera": { - "version_added": null - }, - "opera_android": { - "version_added": null - }, - "safari": { - "version_added": null - }, - "safari_ios": { - "version_added": null - }, - "samsunginternet_android": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - }, - "webview_android": { - "version_added": false, - "notes": "An RTCIceCandidate object's type is not maintained by this browser." - } - }, - "status": { - "experimental": false, - "standard_track": true, - "deprecated": false - } - } - } - } -}