Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions api/MediaStreamTrackProcessor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"MediaStreamTrackProcessor": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrackProcessor",
"spec_url": "https://w3c.github.io/mediacapture-transform/#track-processor-interface",
"spec_url": "https://w3c.github.io/mediacapture-transform/#mediastreamtrackprocessor",
"tags": [
"web-features:insertable-streams"
],
"support": {
"chrome": {
"version_added": "94",
"partial_implementation": true,
"notes": "Chrome incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec."
"notes": "Exposed on `Window` instead of `DedicatedWorker`."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -49,7 +49,9 @@
],
"support": {
"chrome": {
"version_added": "94"
"version_added": "94",
"partial_implementation": true,
"notes": "Exposed on `Window` instead of `DedicatedWorker`."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -87,7 +89,9 @@
],
"support": {
"chrome": {
"version_added": "94"
"version_added": "94",
"partial_implementation": true,
"notes": "Exposed on `Window` instead of `DedicatedWorker`."
Comment thread
caugner marked this conversation as resolved.
Outdated
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down