For example loading the entire file into memory just to send it somewhere else, using streams is bet
For example loading the entire file into memory just to send it somewhere else, using streams is better for that

Cannot read properties of undefined (reading 'writeDataPoint') when trying analytics engine. I've added the binding to my toml and deployed. Is there anything else I need to to to start using analytics engine?new Request("https://this.doesnt.exist.at/all") .Request, I wonder if we're better off ditching the Cache API and implementing a more standard key / value cache with R2 or KV Quick question about the smart placement limitation on RPC service bindings. Is that temporary? Or is it a limitation that is expected to be around for a while? Not looking for a timeline, just some confirmation the vision for RPC.

Uncaught Error: Dynamic require of "node:worker_threads" is not supportedworker_threads package from Node, which is not supported on Workers
caches.default (rather than caches.open) -- however we've been unable to get purging to work sadly.Cannot read properties of undefined (reading 'writeDataPoint')new Request("https://this.doesnt.exist.at/all")RequestUncaught Error: Dynamic require of "node:worker_threads" is not supportedworker_threadscaches.defaultcaches.open const promise = fetch('http://localhost:3000/impression', {
method: "POST",
body: JSON.stringify(data),
headers: {
"content-type": "application/json",
}
});
c.executionCtx.waitUntil(promise.then())
flow.params = { campaignId: campaignId }
return flow; c.executionCtx.waitUntil(fetch('http://localhost:3000/impression', {
method: "POST",
body: JSON.stringify(data),
headers: {
"content-type": "application/json",
}
}).catch((e) => console.error("Error doing impressions", e))
);export default {
async fetch(request: Request): Promise<Response> {
/**
* Replace `remote` with the host you wish to send requests to
*/
const remote = "https://example.com";
return await fetch(remote, request);
},
};TypeError: Cannot read properties of undefined (reading 'fetch')
at handler (index.js:7841:37)
at async handle (index.js:2287:29)
at async Object.handle (index.js:2287:29)
at async jsonError (index.js:7924:12) {
stack: TypeError: Cannot read properties of undefined (re…287:29)
at async jsonError (index.js:7924:12),
message: Cannot read properties of undefined (reading 'fetch')
}