alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 41 forks source link

Alternative fetch library - ohmyfetch #46

Closed husayt closed 3 years ago

husayt commented 3 years ago

We have tried multiple isomorphic fetch libraries (ky,node-fetch-isomorphic, isomorphic-fetch and others) for last release and stopped on isomorphic-unfetch. But that was kind of rush decision and I stopped on the first thing that worked. It will be also nice to check out ohmyfetch which works fine on webworkers too and stop on the one which performs best.

I will update here how this goes.

husayt commented 3 years ago

This didn't work.