Skip to content

Commit

Permalink
Add HTMLMediaElement.getStartDate API (#7597)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Dec 10, 2020
1 parent c1dccaf commit 19ead08
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,53 @@
}
}
},
"getStartDate": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"chrome_android": {
"version_added": false
},
"edge": {
"version_added": false
},
"firefox": {
"version_added": false
},
"firefox_android": {
"version_added": false
},
"ie": {
"version_added": false
},
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "9"
},
"safari_ios": {
"version_added": "9"
},
"samsunginternet_android": {
"version_added": false
},
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"initialTime": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/initialTime",
Expand Down

0 comments on commit 19ead08

Please sign in to comment.