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
/
ops
/
websocket.rs
Age
Commit message (
Expand
)
Author
2020-11-26
fix(websocket): set User-Agent header (#8502)
Bartek Iwańczuk
2020-11-26
fix(cli/websocket): set User-Agent header (#8470)
crowlKats
2020-11-25
fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)
crowlKats
2020-10-22
fix(cli/rt/websockets): Only add Sec-WebSocket-Protocol if it's not empty (#7...
nerix
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Remove unnecessary serde_derive dependency
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-13
fix(WebSocket): no panic on failed connect + handle promise rejection via err...
Luca Casonato
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats