1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/op_crates
Luca Casonato 0e72129da2
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:55:22 +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:23:16 +11:00
webgpu chore: Add missing copyright headers (#9910) 2021-03-27 01:33:06 +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:55:22 +02:00