You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We switched to using "bytes" streams but, by spec, chunks get transferred in that format. Totally reasonable. However, we pass reusable chunks which then get detached. I'm not sure why the polyfill or fixtures didn't catch this.
We really should be using the byob model instead and copy into a larger chunk for perf anyway so this just makes that more urgent.
The text was updated successfully, but these errors were encountered:
cloudflare/miniflare#203
We switched to using "bytes" streams but, by spec, chunks get transferred in that format. Totally reasonable. However, we pass reusable chunks which then get detached. I'm not sure why the polyfill or fixtures didn't catch this.
We really should be using the byob model instead and copy into a larger chunk for perf anyway so this just makes that more urgent.
The text was updated successfully, but these errors were encountered: