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
For example, the dom mutation methods call shady dom code paths. Instead they should be routed to the native dom methods: appendChild, insertBefore, removeChild, replaceChild, cloneNode.
The text was updated successfully, but these errors were encountered:
For example, the dom mutation methods call shady dom code paths. Instead they should be routed to the native dom methods:
appendChild
,insertBefore
,removeChild
,replaceChild
,cloneNode
.The text was updated successfully, but these errors were encountered: