From 479b941d1f8f32b9e219a7c8cbf452f23f036d51 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:52:44 +0100 Subject: [PATCH] KeyboardEvent.code is always empty on Android (#25644) * KeyboardEvent.code is always empty on Android * Apply suggestions from code review --- api/KeyboardEvent.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/api/KeyboardEvent.json b/api/KeyboardEvent.json index 61c232ac6f4e82..bed14fae11d2c5 100644 --- a/api/KeyboardEvent.json +++ b/api/KeyboardEvent.json @@ -174,12 +174,20 @@ "chrome": { "version_added": "48" }, - "chrome_android": "mirror", + "chrome_android": { + "version_added": "48", + "partial_implementation": true, + "notes": "The value is always empty." + }, "edge": "mirror", "firefox": { "version_added": "38" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "38", + "partial_implementation": true, + "notes": "The value is always empty." + }, "ie": { "version_added": false },