vercel/fetch-retry

Does it work in the browser replacing the fetch api?

ricky11 opened this issue · 2 comments

Can i add this to my client side application ?Can i use it to replace fetch?
I dont need node-fetch in as the browser already has the built in fetch.

this package uses async/await and other syntax that may not be browser compatible, so no

OlliV commented

Correct, the @zeit/fetch.* modules aren't written in browser compatibility in mind.