The hrana client currently does not support Bun, and gives the following error when attempting to query something:
TypeError: undefined is not an object
at lazyLoadStream (:1:20)
at getReader (:1:20)
at readStreamIntoSink (:1:32)
at readableStreamIntoText (:1:20)
at /home/luka/dev/sandbox/bun-libsql-hrana-test/node_modules/@libsql/hrana-client/lib-esm/http/stream.js:402:27
at decodePipelineResponse (/home/luka/dev/sandbox/bun-libsql-hrana-test/node_modules/@libsql/hrana-client/lib-esm/http/stream.js:400:38)
at processTicksAndRejections (:1:2602)
The hrana client currently does not support Bun, and gives the following error when attempting to query something:
Reproduction