feature: IE11 support
See original GitHub issueHey, I’ve been trying out pollyjs in an Ember.js app, and noticed that the app won’t work at all because the imported pollyjs files include statements like arrow functions which don’t work with IE.
The issue seems to be that the Polly.js addon uses app.import
to include the libraries, but afaik app.import
doesn’t run the code through webpack, so it doesn’t transform it into viable ES5 code. It just includes the code verbatim.
edit: btw sidenote, shouldn’t pollyJS be included only when running in the test environment by default?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
List of updated features and tools - Internet Explorer 11 (IE11)
Updated features and tools · Updated web standards. · Enhanced Protected Mode. · Enterprise Mode. · Out-of-date ActiveX control blocking · Do Not ......
Read more >Internet Explorer 11 has retired and is officially out of support ...
After 25+ years of helping people use and experience the web, Internet Explorer (IE) is officially retired and out of support as of...
Read more >Internet Explorer 11 End of Life - Lansweeper.com
After June 15, 2022, the Internet Explorer desktop application will be out of support and disabled, automatically redirecting users to Microsoft Edge.
Read more >Internet Explorer 11 Extended Support - Salesforce Help
After December 31, 2022, the use of Internet Explorer 11 (IE11) with Lightning Experience and Salesforce classic is no longer supported. And, issues...
Read more >Internet Explorer 11 - Wikipedia
IE Mode, a feature of Microsoft Edge, enables Edge to display web pages using Internet Explorer 11's Trident layout engine and other core...
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 Free
Top 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
@jasonmit cool, I’ve currently sidestepped the problem by only including it when needed (testing basically) but 👍
Currently not a browser we target.
Dev and testing. Prod it should not be included.