Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

web-fetch-proxy

txiejun2MIT0.7.0

proxying fetch function in browser

fetch, proxy, intercept, web-fetch-proxy, fetch proxy, fetch hook, intercept fetch

readme

web-fetch-proxy

Intercepting browser's http requests which made by fetch.

How to use

install the dependencies

yarn

development & test

yarn run dev

and

yarn run service

execute the above commands separetely and access the url http://localhost:3000/examples/index.html

Open the browser console to view logs

publish

yarn run pack