Closed
Description
We should implement HTTP request cancellation via request context cancellation on js/wasm
now that AbortSignal
has become part of the DOM living standard and many major browsers have implemented it.
Also see https://stackoverflow.com/a/47250621/622447 for more relevant information.