If you are already writing in (Types)Script, then I wouldn't bother rewriting it in AssemblyScript(u
If you are already writing in (Types)Script, then I wouldn't bother rewriting it in AssemblyScript(unless you are doing it as a learning exercise).
workers-rs, you get the benefits of Rust's borrow-checker(and all the other goodies), but if you are using something like AssemblyScript, then I wouldn't see much benefit there(performance-wise, anyway).Response body of any request to the image you make into memoryResponse.clone is fine -
WebSocket disconnected without sending Close frame.Network connection lost.exception outcome is for any unhandled exception, which Network connection lost would be. The errors around WebSockets aren't ideal, and https://github.com/cloudflare/workerd/pull/804 hopes to improve them.Network connection lost here - I assume that's what error messages generated by that PR should tell us?
zone_name instead.
zone_nameexport default {
async fetch(request, env, context) {
// Proxy to origin on unhandled/uncaught exceptions
context.passThroughOnException();
throw new Error('Oops');
},
};