@remix-run/web-fetch

v4.4.2
Web API compatible fetch implementation
fetch http promise request curl wget xhr whatwg

build

npm run build:cjs && npm run build:types

test:es

node --experimental-modules ../../node_modules/c8/bin/c8 --reporter=html --reporter=lcov --reporter=text --check-coverage node --experimental-modules ../../node_modules/mocha/bin/mocha

test:cjs

node ./test/commonjs/test-artifact.js

coverage

c8 report --reporter=text-lcov | coveralls

typecheck

tsc

build:types

tsc --build

build:cjs

rollup -c

lint

xo

prepare

npm run build
npm i @remix-run/web-fetch

Metadata

  • MIT
  • ^10.17 || >=12.3
  • David Frank
  • released 12/6/2023

Downloads