abortable-fetch
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Abortable Fetch

Make possible to abort a Fetch request

Usage

import fetch from 'abortable-fetch'
 
const req = fetch('https://ovh.com')
    .then(res => console.log(res))
 
req.abort()
 

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i abortable-fetch

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    5.61 kB

    Total Files

    9

    Last publish

    Collaborators

    • miton18