From c32318e21607b469306492247fae62b12b76bb78 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 7 Nov 2022 04:08:21 -0800 Subject: [PATCH 1/2] Add missing api.DedicatedWorkerGlobalScope.rtctransform_event feature This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `rtctransform_event` member of the DedicatedWorkerGlobalScope API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v6.2.6). Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/DedicatedWorkerGlobalScope/rtctransform_event _Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._ --- api/DedicatedWorkerGlobalScope.json | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/api/DedicatedWorkerGlobalScope.json b/api/DedicatedWorkerGlobalScope.json index 734f02563714c..03dac9d284733 100644 --- a/api/DedicatedWorkerGlobalScope.json +++ b/api/DedicatedWorkerGlobalScope.json @@ -369,6 +369,39 @@ "deprecated": false } } + }, + "rtctransform_event": { + "__compat": { + "spec_url": "https://w3c.github.io/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", + "support": { + "chrome": { + "version_added": false + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "15.4" + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } } From 581716be8137a3be1bbf940738eee318fe0fa539 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 7 Nov 2022 04:11:06 -0800 Subject: [PATCH 2/2] Add description --- api/DedicatedWorkerGlobalScope.json | 1 + 1 file changed, 1 insertion(+) diff --git a/api/DedicatedWorkerGlobalScope.json b/api/DedicatedWorkerGlobalScope.json index 03dac9d284733..ab1fb00b798d5 100644 --- a/api/DedicatedWorkerGlobalScope.json +++ b/api/DedicatedWorkerGlobalScope.json @@ -372,6 +372,7 @@ }, "rtctransform_event": { "__compat": { + "description": "rtctransform event", "spec_url": "https://w3c.github.io/webrtc-encoded-transform/#dom-dedicatedworkerglobalscope-onrtctransform", "support": { "chrome": {