The selectionchange
event of the Selection API is fired when the current Selection
of a Document
is changed.
This event is not cancelable and does not bubble.
The event can be handled by adding an event listener for selectionchange
or using the onselectionchange
event handler.
Note: This event is not quite the same as the selectionchange
events fired when the text selection in an <input>
or <textarea>
element is changed. See HTMLInputElement.selectionchange_event
for more details.