most frontend frameworks were rewritten at least once in the last 2 years pretty sure hono jsx is ol
most frontend frameworks were rewritten at least once in the last 2 years pretty sure hono jsx is older than that
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?
nodejs_compat_populate_process_envsourceResponse.body const { readable, writable } = new TransformStream();
// Start pumping the body. NOTE: No await!
sourceResponse.body.pipeTo(writable, {preventClose: true});
return new Response(readable, {....})