Skip to content

Enqueues parallel requests and runs them serially.

License

Notifications You must be signed in to change notification settings

honzabrecka/serial-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-fetch

Enqueues parallel requests and runs them serially.

Install

npm install serial-fetch

Use

import serialFetch from 'serial-fetch'

window.fetch = serialFetch(window.fetch)

Build

yarn tsc

Test CircleCI

yarn jest