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
A script we distribute uses ua-parser-js, and [this line] throws errors for a site that assigns Array.prototype.isEmpty, since the for...in loop also checks isEmpty (vs. a for...of or for (var i=0; i < foo.length; i++) { ... }).
It looks like the latter syntax is preferred in this project. I'm going to open a patch with it