You know what TY for that, I may explore that soon, but yo if you test that let me know how it works
You know what TY for that, I may explore that soon, but yo if you test that let me know how it works when you got concurrency slamming it.

addEventListener means you are in service worker formatexport default { fetch } means you are in module formatenv.KV where env is the second parameter of the fetch function.
read() function. Not confirmed in production, it might also get stuck there.api.customerapp.me to my hosted worker api.myapp.ioapi.customerapp.me, so it's not going to match api.myapp.io, hence the need for the wildcardaddEventListenerexport default { fetch }env.KVread()api.customerapp.meapi.customerapp.meapi.myapp.ioapi.myapp.ioexport default {
async fetch(request, env) {
const setCache = (key, data) => env.EXAMPLE_TODOS.put(key, data);
const getCache = key => env.EXAMPLE_TODOS.get(key);
}
};import { connect } from 'cloudflare:sockets'
connect(...).socket.readable.getReader().read()