Join Discord
Powered by
ReadableStream cancel callback is not executing w...
# workers-help
r
redux1997
05/11/2023, 11:24 AM
return new ReadableStream({ start(controller) { } , cancel() { } }) Cancel is not called however its working on nodejs , deno and browser .Why workers are so inconsistent with others.
Previous
Next