Why do these 2 exists at the same time?
Why do these 2 exists at the same time?



_worker.js fileresponse.clone() or request.clone()) but did not read the body of both branches. This is wasteful, as it forces the system to buffer the entire stream of data in memory, rather than streaming it through. This may cause your worker to be unexpectedly terminated for going over the memory limit. If you only meant to copy the request or response headers and metadata (e.g. in order to be able to modify them), use the appropriate constructors instead (for instance, new Response(response.body, response), new Request(request), etc)." response.clone() or request.clone(). Can someone please explain what needs to be done in this case?_worker.js that just reexports your Worker. wrangler should autobundle for you anywaytsc at all