mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
LibWeb: Expose Node.ownerDocument
Required by jQuery.
This commit is contained in:
parent
329cb134d6
commit
8bafbdddc6
3 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,7 @@ interface Node : EventTarget {
|
|||
readonly attribute Node? parentNode;
|
||||
readonly attribute Element? parentElement;
|
||||
readonly attribute boolean isConnected;
|
||||
readonly attribute Document? ownerDocument;
|
||||
attribute DOMString textContent;
|
||||
|
||||
Node appendChild(Node node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue