Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Remove deprecated mutation event types which will be dropped by major…
Browse files Browse the repository at this point in the history
… browsers in 2024.

RELNOTES: Remove deprecated mutation event types which will be dropped by major browsers in 2024.

PiperOrigin-RevId: 562899092
Change-Id: I09c2adc2ddc640ef1dfe2c39dcc87e6c94b7bae3
  • Loading branch information
Closure Team authored and copybara-github committed Sep 5, 2023
1 parent a7feef6 commit 1955f91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions closure/goog/events/eventtype.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,6 @@ goog.events.EventType = {
// LocalStorage event.
STORAGE: 'storage',

// DOM Level 2 mutation events (deprecated).
DOMSUBTREEMODIFIED: 'DOMSubtreeModified',
DOMNODEINSERTED: 'DOMNodeInserted',
DOMNODEREMOVED: 'DOMNodeRemoved',
DOMNODEREMOVEDFROMDOCUMENT: 'DOMNodeRemovedFromDocument',
DOMNODEINSERTEDINTODOCUMENT: 'DOMNodeInsertedIntoDocument',
DOMATTRMODIFIED: 'DOMAttrModified',
DOMCHARACTERDATAMODIFIED: 'DOMCharacterDataModified',

// Print events.
BEFOREPRINT: 'beforeprint',
AFTERPRINT: 'afterprint',
Expand Down

0 comments on commit 1955f91

Please sign in to comment.