GithubHelp home page GithubHelp logo

Comments (5)

matthew-andrews avatar matthew-andrews commented on May 30, 2024

Hi Anna,

This module relies on the github fetch client, which does not support IE8 unfortunately … that library actually only partially supports IE9 so I think IE8 support might be a little bit difficult …… so there's no plan currently to support IE 8. I'm sorry…

Matt

from isomorphic-fetch.

AnnaSu avatar AnnaSu commented on May 30, 2024

Hi Matt,

I see.

Thank you reply so soon!!!! 👍 💯

Anna Su

from isomorphic-fetch.

tracker1 avatar tracker1 commented on May 30, 2024

@AnnaSu You can try shimming out your target resource with xdomain if that's an option, then the fetch polyfill may work, no guarantees...


That said, it may be worth considering if you really need IE8-9 support... IE8 support is all but gone now, and IE9-10 are at a point where both could be considerations for removal.

In one of the projects I'm working on, we actually have the following in place to redirect noscript and old IE users to specific destination pages.

  <head>
    ...
    <noscript>
      <META HTTP-EQUIV="refresh" content="0;URL=noscript.html">
    </noscript>
    <!--[if lt IE 10 ]>
      <META HTTP-EQUIV="refresh" content="0;URL=upgradebrowser.html">
    <![endif]-->

IE 8-10 are particularly problematic for CORS based requests for API resources that use the Authentication header, which many are moving forward... There are some shims to work around the issue, but it's still an issue.

from isomorphic-fetch.

matthew-andrews avatar matthew-andrews commented on May 30, 2024

If the data you want to ajax isn't sensitive, you could true use our jsonp fetch implementation:-
https://github.com/Financial-Times/n-jsonp-fetch

from isomorphic-fetch.

pluma avatar pluma commented on May 30, 2024

Just a heads up that there is an IE8-compatible fork of github fetch: https://www.npmjs.com/package/fetch-polyfill

I'm considering forking isomorphic-fetch to replace the browser polyfill with the IE8-compatible version.

from isomorphic-fetch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.