Open mfulton26 opened 3 years ago
I suggest that .at (or whatever name is used) also be supported on DOM collection objects so that the same name can be used consistently.
.at
At least that will be easy to polyfill: NodeList.prototype.at = Array.prototype.at
NodeList.prototype.at = Array.prototype.at
I suggest that
.at
(or whatever name is used) also be supported on DOM collection objects so that the same name can be used consistently.