I ran into another thing that miniflare does not fail on but real workers do fail: ```js const myBl

I ran into another thing that miniflare does not fail on but real workers do fail:

const myBlob = await response.blob();

await env.BUCKET.put(blobId, myBlob); // must use myBlob.stream()
Was this page helpful?