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

@ -1,6 +1,5 @@
"use strict"
var PromisePolyfill = require("./promise/promise")
var mountRedraw = require("./mount-redraw")
module.exports = require("./request/request")(typeof window !== "undefined" ? window : null, PromisePolyfill, mountRedraw.redraw)
module.exports = require("./request/request")(typeof window !== "undefined" ? window : null, mountRedraw.redraw)