1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:37:34 +00:00

LibWeb: Emit "selectionchange" event on document

This commit is contained in:
Aliaksandr Kalenik 2024-02-25 04:20:37 +01:00 committed by Andreas Kling
parent 9ce8189f21
commit cd7b5b18e4
7 changed files with 71 additions and 0 deletions

View file

@ -70,6 +70,7 @@ interface mixin GlobalEventHandlers {
attribute EventHandler onseeked;
attribute EventHandler onseeking;
attribute EventHandler onselect;
attribute EventHandler onselectionchange;
attribute EventHandler onslotchange;
attribute EventHandler onstalled;
attribute EventHandler onsubmit;