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
This isn't how it works in the browser, so this is a bug with the underlying return value of appendChild.
If a DocumentFragment has no childNodes, and it's appended to another element, the call to DOMElement::appendChild returns false, when it should actually return the appended DocumentFragment.
The text was updated successfully, but these errors were encountered:
This isn't how it works in the browser, so this is a bug with the underlying return value of appendChild.
If a
DocumentFragment
has no childNodes, and it's appended to another element, the call toDOMElement::appendChild
returnsfalse
, when it should actually return the appendedDocumentFragment
.The text was updated successfully, but these errors were encountered: