![]() This fixes a flake on linux CI which started recently where the "write"
promise is being rejected after the request has been aborted /
cancelled. In this case we should drop the error to the floor but
instead we pass it down the stack where it eventually emits a now
unhandled error event.
Example failure:
|
||
---|---|---|
.. | ||
asar | ||
browser | ||
common | ||
isolated_renderer | ||
renderer | ||
sandboxed_renderer | ||
worker |