eldoy / waveorb

Javascript web app development framework
https://waveorb.com
MIT License
5 stars 0 forks source link

Global fetch function #142

Open eldoy opened 10 months ago

eldoy commented 10 months ago

The latest NodeJS has stable fetch built in. It would be nice to have this for earlier NodeJS as well.

The built in fetch should probably be used to build an even better request function with built in retries and callbacks. Then make that global. Call it wget httpClient curl request or call