ReadableStream cancel callback is not executing w...
# workers-help
r
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.