From 8cc0728a1b62cd37c86a5f7ec0eaa3b08b3af6c0 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 22 Jul 2024 09:42:49 +1000 Subject: [PATCH] FF129 Relnote: textInput event (#34913) --- files/en-us/mozilla/firefox/releases/129/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/129/index.md b/files/en-us/mozilla/firefox/releases/129/index.md index dc6b5fd41d10547..575e7f6caf362f0 100644 --- a/files/en-us/mozilla/firefox/releases/129/index.md +++ b/files/en-us/mozilla/firefox/releases/129/index.md @@ -40,6 +40,9 @@ This article provides information about the changes in Firefox 129 that affect d ### APIs +- The deprecated {{domxref("TextEvent", "textInput")}} event is now supported, enabling web apps that use legacy libraries or frameworks that rely on these events. + The [`beforeinput` event](/en-US/docs/Web/API/Element/beforeinput_event) supersedes `textInput`, and should always be used by new applications. + ([Firefox bug 1901923](https://bugzil.la/1901923).) - The default `.toJSON()` methods {{domxref("GeolocationCoordinates.toJSON()")}} and {{domxref("GeolocationPosition.toJSON()")}} are now supported, enabling serialization of `GeolocationCoordinates` and `GeolocationPosition` objects with {{jsxref("JSON.stringify()")}} ([Firefox bug 1890706](https://bugzil.la/1890706)). #### DOM