libsql / hrana-client-ts

Hrana client for TypeScript and JavaScript
https://libsql.org/hrana-client-ts/
MIT License
22 stars 7 forks source link

upgrade isomorphic-fetch: 0.2.5 -> 0.3.1 #19

Closed sivukhin closed 2 weeks ago

sivukhin commented 2 weeks ago

Upgrade isomorphic fetch to v0.3.1 where we no longer override fetch agent and do not have issue with missing headers (see https://github.com/libsql/isomorphic-ts/pull/17)

abdurahmanshiine commented 1 week ago

Hey there, Does this solve the issue with node.js long-lasting connections?