Skip to content

Commit

Permalink
remove umd section from readme
Browse files Browse the repository at this point in the history
we no longer distribute umd releases
  • Loading branch information
JakeChampion authored Dec 13, 2023
1 parent 27e1c75 commit 7d1998d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ replacement for most uses of XMLHttpRequest in traditional web applications.
npm install whatwg-fetch --save
```

As an alternative to using npm, you can obtain `fetch.umd.js` from the
[Releases][] section. The UMD distribution is compatible with AMD and CommonJS
module loaders, as well as loading directly into a page via `<script>` tag.

You will also need a Promise polyfill for [older browsers](https://caniuse.com/promises).
We recommend [taylorhakes/promise-polyfill](https://github.com/taylorhakes/promise-polyfill)
for its small size and Promises/A+ compatibility.
Expand Down

0 comments on commit 7d1998d

Please sign in to comment.