adding .isConnected DOM attribute

This commit is contained in:
Patrick Shaughnessy 2019-12-09 17:27:49 -05:00
parent daf7138f36
commit 0231a0a712
5 changed files with 11 additions and 42 deletions

View file

@ -28,6 +28,9 @@ interface Node : EventTarget {
[Pure]
readonly attribute USVString baseURI;
[Pure]
readonly attribute boolean isConnected;
[Pure]
readonly attribute Document? ownerDocument;