Skip to content

Commit

Permalink
Add compat data for ConstrainDouble (Media Streams API) (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa authored and Elchi3 committed Apr 12, 2018
1 parent 5252beb commit d41c79e
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions api/ConstrainDouble.json
@@ -0,0 +1,52 @@
{
"api": {
"ConstrainDouble": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ConstrainDouble",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": "50"
},
"firefox_android": {
"version_added": "50"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"webview_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}

0 comments on commit d41c79e

Please sign in to comment.