Skip to content

Commit

Permalink
[Chrome] Mark ignoreMutedMedia as removed (mdn#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley authored and ddbeck committed Feb 25, 2019
1 parent 542a63b commit 590f1cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions api/MediaRecorder.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,12 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaRecorder/ignoreMutedMedia",
"support": {
"chrome": {
"version_added": "49"
"version_added": "49",
"version_removed": "57"
},
"chrome_android": {
"version_added": "49"
"version_added": "49",
"version_removed": "57"
},
"edge": {
"version_added": null
Expand Down Expand Up @@ -352,7 +354,8 @@
"version_added": "5.0"
},
"webview_android": {
"version_added": "49"
"version_added": "49",
"version_removed": "57"
}
},
"status": {
Expand Down

0 comments on commit 590f1cf

Please sign in to comment.