gja / cloudflare-worker-local

Run a Cloudflare Worker Locally
Apache License 2.0
171 stars 37 forks source link

Need support for byob in getReader() #68

Open xinxin8816 opened 3 years ago

xinxin8816 commented 3 years ago

Hi there,

I was wondering if it is possible to run streaming? readablestream

When attempting this I saw error TypeError: readable.getReader is not a function

if this is something you know about, and perhaps have a solution for which you may not have published/pushed yet.

Many thanks.

gja commented 3 years ago

I am not familiar with this. I am willing to accept a PR with these changes. In the meanwhile, have you seen #65