Skip to content

Commit

Permalink
Update chrome and chrome_android entries in RemotePlayback.json (#21486)
Browse files Browse the repository at this point in the history
* Update chrome and chrome_android entries in RemotePlayback.json

Chrome is shipping Remote Playback API on desktop: https://chromestatus.com/feature/5778318691401728

* Fix forma

* Update HTMLMediaElement.json

* Update audio.json

* Update video.json
  • Loading branch information
muyao-xu authored Feb 8, 2024
1 parent f9481bb commit ae73d13
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 15 deletions.
10 changes: 7 additions & 3 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#the-disableremoteplayback-attribute",
"support": {
"chrome": {
"version_added": "49"
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -2458,9 +2460,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-htmlmediaelement-remote",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
32 changes: 24 additions & 8 deletions api/RemotePlayback.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#remoteplayback-interface",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -42,9 +44,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-cancelwatchavailability",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -79,9 +83,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-onconnect",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -116,9 +122,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-onconnecting",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -153,9 +161,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-ondisconnect",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -189,9 +199,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-prompt",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -225,9 +237,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-state",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down Expand Up @@ -261,9 +275,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#dom-remoteplayback-watchavailability",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
6 changes: 4 additions & 2 deletions html/elements/audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#the-disableremoteplayback-attribute",
"support": {
"chrome": {
"version_added": "49"
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down
6 changes: 4 additions & 2 deletions html/elements/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,11 @@
"spec_url": "https://w3c.github.io/remote-playback/#the-disableremoteplayback-attribute",
"support": {
"chrome": {
"version_added": "49"
"version_added": "121"
},
"chrome_android": {
"version_added": "56"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
Expand Down

0 comments on commit ae73d13

Please sign in to comment.