willtheorangeguy / willtheorangeguy.github.io

Object.prototype builtins should not be used directly JS-0021
Bug risk
Major
5 months ago6 months old
Do not access Object.prototype method 'isPrototypeOf' from target object
  33        return e.tagName === "IMG";
  34      },
  35      G = function (e) {
  36        return NodeList.prototype.isPrototypeOf(e);  37      },
  38      a = function (e) {
  39        return e && e.nodeType === 1;