Javascript SDK Modernization
We would like to improve the JS SDK - the code base could do with a cleanup and our choice of axios has prevented the use of the SDK in environments such as Cloudflare and Vercel Workers and Deno. Axios also does not have support for http2 and http3 which should bring performance improvements.
We want to upgrade the SDK so it uses an http client that’s fa…
We would like to improve the JS SDK - the code base could do with a cleanup and our choice of axios has prevented the use of the SDK in environments such as Cloudflare and Vercel Workers and Deno. Axios also does not have support for http2 and http3 which should bring performance improvements.
We want to upgrade the SDK so it uses an http client that’s fast, can support Http2 and can run in different JS runtimes like Deno or Cloudlfare workers.