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
* Creates a new SelectorObserver that will observe the children of the given base element for changes (only creation and deletion of elements by default)
51
53
* @param baseElement The element to observe
52
54
* @param options Fine-tune what triggers the MutationObserver's checking function - `subtree` and `childList` are set to true by default
0 commit comments