https://github.com/afeiship/next-fetch-with-node-timeout
Timeout option for node-fetch with abort-controller.
https://github.com/afeiship/next-fetch-with-node-timeout
abort fetch next node-fetch timeout
Last synced: 6 months ago
JSON representation
Timeout option for node-fetch with abort-controller.
- Host: GitHub
- URL: https://github.com/afeiship/next-fetch-with-node-timeout
- Owner: afeiship
- License: mit
- Created: 2020-06-27T14:12:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T13:47:56.000Z (about 5 years ago)
- Last Synced: 2025-03-22T18:39:47.196Z (11 months ago)
- Topics: abort, fetch, next, node-fetch, timeout
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-fetch-with-node-timeout
> Timeout option for node-fetch with abort-controller.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```bash
npm install -S @jswork/next-fetch-with-node-timeout
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-fetch-with-node-timeout/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-fetch-with-node-timeout
[version-url]: https://npmjs.org/package/@jswork/next-fetch-with-node-timeout
[license-image]: https://img.shields.io/npm/l/@jswork/next-fetch-with-node-timeout
[license-url]: https://github.com/afeiship/next-fetch-with-node-timeout/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-fetch-with-node-timeout
[size-url]: https://github.com/afeiship/next-fetch-with-node-timeout/blob/master/dist/next-fetch-with-node-timeout.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-fetch-with-node-timeout
[download-url]: https://www.npmjs.com/package/@jswork/next-fetch-with-node-timeout