SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

244379 0 0 JavaScript

Fix moveBefore feature detection (#32087)

`moveBefore` was moved to the `ParentNode` mixin as per
https://github.com/whatwg/dom/pull/1307#discussion_r1881981120 _(and was
committed in
https://github.com/whatwg/dom/commit/3f3e94c5beda922962dacaeb606087f57bd7f7be)_

As a result, its existence can no longer be checked on `Node.prototype`
but must be checked in `Element.prototype`
B
Bramus committed
313c8c55de39cd5f009ebb033eec1666b3daa59e
Parent: d46b04a
Committed by GitHub <noreply@github.com> on 1/17/2025, 4:42:30 PM