mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Mutation Observer API
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
// https://dom.spec.whatwg.org/#mutationobserver
|
||||
[Pref="dom.mutation_observer.enabled", Constructor(MutationCallback callback)]
|
||||
interface MutationObserver {
|
||||
//void observe(Node target, optional MutationObserverInit options);
|
||||
[Throws]
|
||||
void observe(Node target, optional MutationObserverInit options);
|
||||
//void disconnect();
|
||||
//sequence<MutationRecord> takeRecords();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user