What happened?
On iOS, I'm seeing the logged error.
Looks like the response.body.pipeThrough from:
|
for await (const value of response.body.pipeThrough(new TextDecoderStream())) { |
is not available on Safari.
Relevant log output
n of e.body.pipeThrough is not a function.
In 'n of e.body.pipeThrough(new TextDecoderStream)', 'n of e.body.pipeThrough' is undefined
Code of Conduct
What happened?
On iOS, I'm seeing the logged error.
Looks like the
response.body.pipeThroughfrom:a2a-js/src/sse_utils.ts
Line 111 in 3d9a052
is not available on Safari.
Relevant log output
Code of Conduct