Skip to content

hyperFetch is a fetch function with exponential backoff

Notifications You must be signed in to change notification settings

hyper63/hyperFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyperFetch

hyperFetch is a fetch function with exponential backoff

Usage

import { fetch } from '@hyper63/fetch'

async function main() {
  const result = await fetch('https://example.com')
  if (result.ok) {
    const body = await result.json()
    console.log(body)
  }
}

About

hyperFetch is a fetch function with exponential backoff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published