From 82837a5bf496b4243220aa2d8a83b13897a89eb9 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 26 Nov 2024 20:56:10 +1100 Subject: [PATCH] Firefox 133 supports `onwaitingforkey` event handler property on n`HTMLMediaElement` (#25119) FF133 HTMLMediaElement add onwaitingforkey event handler Co-authored-by: Daniel D. Beck --- api/HTMLMediaElement.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/api/HTMLMediaElement.json b/api/HTMLMediaElement.json index 8c1ebba224ccf3..e969ca9fa24a24 100644 --- a/api/HTMLMediaElement.json +++ b/api/HTMLMediaElement.json @@ -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