index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
rt
/
27_websocket.js
Age
Commit message (
Collapse
)
Author
2020-11-25
fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)
crowlKats
2020-11-10
fix(cli/rt): dom handler order in websocket (#8320)
Benjamin Gruenbaum
2020-10-27
fix(op_crates/web): Expose event properties in console output (#8103)
Ross Weir
Fixes #8073
2020-10-22
fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty ↵
nerix
(#7936)
2020-09-29
fix(websocket): add missing close events and remove extra error event (#7606)
crowlKats
2020-09-17
refactor: move op_resources and op_close to deno_core (#7539)
Bartek Iwańczuk
Moves op_close and op_resources to deno_core::ops and exports them. Adds serde dependency to deno_core and reexports it. Moves JS implementation of those ops to Deno.core and reexports them in Deno.
2020-09-16
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Bartek Iwańczuk
Instead use Deno.core.jsonOpSync and Deno.core.jsonOpAsync
2020-09-13
fix(WebSocket): no panic on failed connect + handle promise rejection via ↵
Luca Casonato
error event (#7437)
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats