How can I convert an Array of nodes to a static NodeList?
why can’t I use the NodeList constructor to create a NodeList Because the DOM specification for the NodeList interface does not specify the WebIDL [Constructor] attribute, so it cannot be created directly in user scripts. why can’t I cast an array to a NodeList in a similar fashion that NodeLists are cast to arrays? This … Read more