0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 21:57:40 -04:00
deno/op_crates
Luca Casonato 5562b190d6
fix(websocket): ignore resource close error (#9755)
It is possible that the WebSocket is already closed when we try to
close it with `WebSocket#close` or in the `error` or `close` events.
Currently this leads to an uncatchable promise rejection. This changes
this so that closing an already closed WebSocket is a noop.
2021-04-02 00:56:11 +02:00
..
console chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
crypto chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
fetch chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
url chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
web fix(cli): align type definitions to spec (#9782) 2021-04-01 20:26:49 +11:00
webgpu chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
webidl chore: release crates (#9847) 2021-03-21 16:10:08 +01:00
websocket fix(websocket): ignore resource close error (#9755) 2021-04-02 00:56:11 +02:00