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
DocumentFragment implements ParentNode which doesn't implement getElementById (this may change in the future though). We wrongly assume at this point, that DocumentFragment inherits from Element, but actually it inherits from Node. A robust implementation should implement a module ParentNode which would be included by both Element, DocumentFragment and Document (and make them all inherit from Node).
DocumentFragment.getElementById() is not implemented for Browser::DOM::DocumentFragment
https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment
The text was updated successfully, but these errors were encountered: