apply()

in src/browser-polyfill.js [200:202]


        apply(targetMethod, thisObj, args) {
          return wrapper.call(thisObj, target, ...args);
        },