We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7902263 commit 3520378Copy full SHA for 3520378
1 file changed
modules/_microtask.js
@@ -40,7 +40,7 @@ module.exports = function () {
40
};
41
// environments with maybe non-completely correct, but existent Promise
42
} else if (Promise && Promise.resolve) {
43
- var promise = Promise.resolve();
+ var promise = Promise.resolve(undefined);
44
notify = function () {
45
promise.then(flush);
46
0 commit comments