4.0.0 • Published 8 months ago

@tg-resources/fetch-runtime v4.0.0

Weekly downloads
861
License
MIT
Repository
github
Last release
8 months ago

TG-Resources Fetch runtime

This package contains polyfill's for fetch, Response, Request and FormData to be used with tg-resources-fetch. Main idea behind this package is to provide fetch and friends to make them usable in environments where none exist.

Note: You do not need to install this if you are targeting only modern browsers with native support for fetch or when using node 18 and above.

Installing

Using NPM

npm i @tg-resources/fetch-runtime

Or using Yarn

yarn add @tg-resources/fetch-runtime

Usage

// Import this at top of your application
import '@tg-resources/fetch-runtime';

License

MIT © Thorgate

4.0.0

8 months ago

3.4.0-alpha.0

3 years ago

3.2.0

4 years ago

3.1.4

5 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.1.0-beta.1

7 years ago

3.1.0-beta.0

7 years ago

3.0.0

7 years ago

3.0.0-alpha.1

7 years ago

3.0.0-alpha.0

7 years ago