summaryrefslogtreecommitdiff
path: root/cli/rt/27_websocket.js
AgeCommit message (Expand)Author
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats
2020-11-10fix(cli/rt): dom handler order in websocket (#8320)Benjamin Gruenbaum
2020-10-27fix(op_crates/web): Expose event properties in console output (#8103)Ross Weir
2020-10-22fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...nerix
2020-09-29fix(websocket): add missing close events and remove extra error event (#7606)crowlKats
2020-09-17refactor: move op_resources and op_close to deno_core (#7539)Bartek Iwańczuk
2020-09-16refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)Bartek Iwańczuk
2020-09-13fix(WebSocket): no panic on failed connect + handle promise rejection via err...Luca Casonato
2020-09-05feat: Implement WebSocket API (#7051)crowlKats