mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
adding .isConnected DOM attribute
This commit is contained in:
parent
daf7138f36
commit
0231a0a712
5 changed files with 11 additions and 42 deletions
|
@ -28,6 +28,9 @@ interface Node : EventTarget {
|
|||
[Pure]
|
||||
readonly attribute USVString baseURI;
|
||||
|
||||
[Pure]
|
||||
readonly attribute boolean isConnected;
|
||||
|
||||
[Pure]
|
||||
readonly attribute Document? ownerDocument;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue