You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
Maybe I am misunderstanding something, but I don't think getElementById works on a single node level.. so I would rather expect this to be in DOM.Node.Document and to work on Document instead of NonDocumentTypeChildNode:
Currently,
getElementById
is defined in the moduleDOM.Node.NonDocumentTypeChildNode
with the following type:Maybe I am misunderstanding something, but I don't think
getElementById
works on a single node level.. so I would rather expect this to be inDOM.Node.Document
and to work onDocument
instead ofNonDocumentTypeChildNode
:See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById
The text was updated successfully, but these errors were encountered: