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
When realdom gets synchronous shadow/composed tree tracking, it may be able to simplify our code because we won't have to worry about making our code handle unexpected MutationObserver event ordering:
When
realdom
gets synchronous shadow/composed tree tracking, it may be able to simplify our code because we won't have to worry about making our code handle unexpected MutationObserver event ordering:childList
records across multipleMutationObserver
s are observed in fundamentally incorrect order whatwg/dom#1111The text was updated successfully, but these errors were encountered: