fetch icon indicating copy to clipboard operation
fetch copied to clipboard

fetch.umd.js

Open kiquenet opened this issue 3 years ago • 1 comments

Where is the file fetch.umd.js ? not in source.zip in Releases.

How-to use pollyfill without npm, only use script tag and js files.

kiquenet avatar May 28 '21 08:05 kiquenet

Looks like this is missing again from the latest few releases. I was able to figure out how to get it thanks to this previous similar issue: https://github.com/github/fetch/issues/819

In short, you can get it from here: https://unpkg.com/[email protected]/dist/fetch.umd.js

I suppose this should be considered a bug that could be fixed in one of two ways:

  • Draft a release with the fetch.umd.js file.
  • Update the README to link to unpkg so people know where to get the file.

Nicholas-Westby avatar Jun 07 '21 21:06 Nicholas-Westby