question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature: IE11 support

See original GitHub issue

Hey, 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
piotrpalekcommented, Jun 18, 2018

@jasonmit cool, I’ve currently sidestepped the problem by only including it when needed (testing basically) but 👍

1reaction
jasonmitcommented, Jun 18, 2018

Currently not a browser we target.

edit: btw sidenote, shouldn’t pollyJS be included only when running in the test environment by default?

Dev and testing. Prod it should not be included.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found