Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Document.querySelectorAll() |
||
String.prototype.includes() |
Polyfill, why not (function(o){ var e=o.prototype; e.includes = function(a,b){return this.indexOf(a,b>>>0) !== -1;}; })(String); ?? |