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.

I know, I know, it was just added 😃 But still - I’m raising this issue to at least get an official “no” - or maybe someone has a more concrete idea on how to decouple IE8 support / inject the header parsing function?

IE8 support depends on parse-headers, which is an extra 1.5kb browserified+minified. I’m using xhr itself exactly because it is small - ~2kb browserified+minified, so IE8 support effectively doubles the size. Some might say that’s not much, but over here we have to save every byte (building a script for 3rd party sites…). Plus IE8 is not a Real Browser™ anyways.

Issue Analytics

  • State:open
  • Created 9 years ago
  • Reactions:4
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
naugturcommented, Apr 13, 2018

The code is on a branch. It’ll get in as soon as other breaking changes for next major are implemented, but this got put on hold a few months ago as my daughter was born and other contributors weren’t too active either. I’ll get back to it eventually.

Feel free to take a look at https://github.com/naugtur/xhr/issues/81 to help push it forward

1reaction
plumacommented, Dec 17, 2014

-1 for dropping IE8 support entirely. I’m currently using xhr in a project that will have to support IE8 for at least another year, maybe longer. I’m also using xhr in arangodbjs, which works fine with IE8 otherwise. Also, IMO xhr’s main selling point is being a browserify substitute for request.

+1 for xhr/ie

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google to drop support for IE8 on Nov. 15 - Computerworld
Google will drop support for Microsoft's Internet Explorer 8 (IE8) for its online apps and services in mid-November, effectively ending support for many ......
Read more >
Internet Explorer 11 desktop application ended support for ...
On June 15, 2022, the Internet Explorer 11 desktop application ended support on certain versions of Windows 10*.
Read more >
Dropping IE8 Support: Consequences for JavaScript
Drop unmaintained versions of external libraries and switch to newer, better performing versions that were incompatible with IE8. Use the ...
Read more >
Feedback needed: Dropping support for Internet Explorer 11 ...
We are currently planning for Drupal core to drop support for Internet Explorer 11 in Drupal 10 (scheduled to be released in June...
Read more >
Dropping Internet Explorer 11 support in TinyMCE 6.0
TinyMCE will be looking to drop support for IE11 in TinyMCE 6 release in early 2022.
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