Promise is not supported in Opera Mini all, IE Mobile 11, IE 11
See original GitHub issueWe don’t have a note anywhere in README that Promise is used in superagent.js
and a polyfill is needed such as es6-promise
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Promise is not supported in Opera Mini all, IE Mobile 11, IE 11
I think we're not using promises at the core yet, so if you use end() callback it should work without promise polyfill.
Read more >Promise is not supported in Opera Mini all, IE Mobile 11, IE 11
Coming soon: A brand new website interface for an even better experience!
Read more >Promises | Can I use... Support tables for HTML5, CSS3, etc
A promise represents the eventual result of an asynchronous operation. Usage % of. all users, all tracked, tracked desktop, tracked mobile.
Read more >Browser Support | Tippy.js
Proxy mobile browsers like Opera Mini are not supported. #IE11. IE11 (and other older browsers) is supported with the following polyfills: Promise; Object....
Read more >How to support promises in Internet Explorer 11?
IE11 neither supports arrow functions nor native Promises. Use a JS transpiler (like babel) or don't use ES6 features. For Promise support you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
v5.0.0 is released and fixes this issue
Requirement is documented here:
https://visionmedia.github.io/superagent/#promise-and-generator-support
and here
https://github.com/visionmedia/superagent#upgrading-from-previous-versions