hono with jsx would probably be rock solid as well
hono with jsx would probably be rock solid as well
nodejs_compat_populate_process_env to work yet? I have a repro of it not functioning for a newly created repo with everything up to date. Deets: https://community.cloudflare.com/t/the-new-process-env-support-in-cloudflare-workers-does-not-work-properly/778592/2
sourceResponse.body no such issues occur, so i assume tis something with the pipe?
const { readable, writable } = new TransformStream();
// Start pumping the body. NOTE: No await!
sourceResponse.body.pipeTo(writable, {preventClose: true});
return new Response(readable, {....})