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
The class like the native NodeList is the DOM::NodeList(documentation). The native NodeList has some issues namely it doesn't behave like an Array, our version is different in this regard because it is an enumerable, so you can use each, map, etc... on it.