mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-25 10:41:34 +00:00
Uncommented some WebIDL TODO
This partially reverts commit 4b4bed5ce2
by
restoring a number of items to our WebIDL
Closes #839
This commit is contained in:
4
crates/web-sys/webidls/enabled/Node.webidl
vendored
4
crates/web-sys/webidls/enabled/Node.webidl
vendored
@ -40,10 +40,8 @@ interface Node : EventTarget {
|
||||
readonly attribute boolean isConnected;
|
||||
[Pure]
|
||||
readonly attribute Document? ownerDocument;
|
||||
/*TODO
|
||||
[Pure]
|
||||
Node getRootNode(optional GetRootNodeOptions options);
|
||||
*/
|
||||
[Pure]
|
||||
readonly attribute Node? parentNode;
|
||||
[Pure]
|
||||
@ -103,8 +101,6 @@ interface Node : EventTarget {
|
||||
boolean isDefaultNamespace(DOMString? namespace);
|
||||
};
|
||||
|
||||
/*TODO
|
||||
dictionary GetRootNodeOptions {
|
||||
boolean composed = false;
|
||||
};
|
||||
*/
|
||||
|
Reference in New Issue
Block a user