Skip to content

Commit

Permalink
FF129 Relnote: textInput event (#34913)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jul 21, 2024
1 parent beaad30 commit 8cc0728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/en-us/mozilla/firefox/releases/129/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cc0728

Please sign in to comment.