Novaleaf / xlib

Your isomorphic toolbox
MIT License
20 stars 1 forks source link

switch from ```axios``` to ```request``` #17

Closed jasonswearingen closed 3 years ago

jasonswearingen commented 5 years ago

axios has a lot of systemic bugs that you don't discover until using it a lot. for example: https proxy support, http(s) agent bugs (like lack of connection pooling), and unhandled promise exceptions.

rework the network sub-module to switch to the request library, however unsure if that works in a browser. maybe not.

jasonswearingen commented 3 years ago

moved to gaxios in v18