Skip to content

Commit

Permalink
Firefox 133 supports onwaitingforkey event handler property on n`HT…
Browse files Browse the repository at this point in the history
…MLMediaElement` (#25119)

FF133 HTMLMediaElement add onwaitingforkey event handler

Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
hamishwillee and ddbeck authored Nov 26, 2024
1 parent e0f0f99 commit 82837a5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions api/HTMLMediaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -3578,9 +3578,17 @@
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "52"
},
"firefox": [
{
"version_added": "133"
},
{
"version_added": "52",
"version_removed": "133",
"partial_implementation": true,
"notes": "The `onwaitingforkey` event handler property is not supported."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down

0 comments on commit 82837a5

Please sign in to comment.