mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
This commit is contained in:
parent
116a7b74fe
commit
c9ba5531e0
15 changed files with 531 additions and 0 deletions
|
@ -94,6 +94,9 @@ set(SOURCES
|
|||
DOM/EventTarget.cpp
|
||||
DOM/HTMLCollection.cpp
|
||||
DOM/LiveNodeList.cpp
|
||||
DOM/MutationObserver.cpp
|
||||
DOM/MutationRecord.cpp
|
||||
DOM/MutationType.cpp
|
||||
DOM/NamedNodeMap.cpp
|
||||
DOM/Node.cpp
|
||||
DOM/NodeIterator.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue