Kick promise polyfill

This commit is contained in:
Stephan Hoyer 2022-02-21 18:47:24 +01:00
parent 517661a606
commit e9a365c150
20 changed files with 41 additions and 1388 deletions

View file

@ -3,7 +3,7 @@
var buildPathname = require("../pathname/build")
var hasOwn = require("../util/hasOwn")
module.exports = function($window, Promise, oncompletion) {
module.exports = function($window, oncompletion) {
var callbackCount = 0
function PromiseProxy(executor) {