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 3ba8b6d commit 408f098Copy full SHA for 408f098
src/scripts/botui.js
@@ -53,7 +53,7 @@
53
}
54
55
56
- if(!root.Promise && !Promise && !options.promise) {
+ if(!root.Promise && typeof Promise === "undefined" && !opts.promise) {
57
loadScript(_esPromisePollyfill);
58
59
0 commit comments