GithubHelp home page GithubHelp logo

Comments (8)

josh avatar josh commented on July 28, 2024

You might want to checkout
https://github.com/matthew-andrews/isomorphic-fetch

This library is just going to be a standard polyfill implementation.
On Tue, Dec 23, 2014 at 8:34 PM Mark S. Everitt [email protected]
wrote:

It would be nice to be able to require fetch without it being appended to
window in a similar way to the es6-promise polyfill. If fetch can be
assigned to a variable, then this means that when a broken or otherwise
incompatible version of the fetch API become available in a browser, code
that uses fetch won't break.


Reply to this email directly or view it on GitHub
#46.

from fetch.

qubyte avatar qubyte commented on July 28, 2024

That module just does the same as this one, but works in Node too. i.e. the behaviour in the browser is identical.

One last try to convince... doing this will allow your users to protect themselves from differences in implementation and changes in spec as browsers evolve.

Else, I can close (or please feel free to).

from fetch.

qubyte avatar qubyte commented on July 28, 2024

This is what I'm using at the moment. Seriously ugly, but has the behaviour I want: https://gist.github.com/qubyte/21cade5e28c924c48bc1

from fetch.

schickling avatar schickling commented on July 28, 2024

+1

from fetch.

qubyte avatar qubyte commented on July 28, 2024

I put that gist into a library. It has one potential showstopping problem though... It means that the brfs transform must be used globally. https://github.com/qubyte/fetch-ponyfill

from fetch.

domenic avatar domenic commented on July 28, 2024

@qubyte you can specify transforms on a per-package basis (e.g. in your fetch-ponyfill package.json) to avoid the global-ness.

from fetch.

qubyte avatar qubyte commented on July 28, 2024

@domenic Wow. I really should have realised that. Thanks for the tip!

from fetch.

josh avatar josh commented on July 28, 2024

#9 (comment)

from 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.