Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-23 | fix: parse websocket messages correctly (#10318) | Luca Casonato | |
2021-04-19 | refactor(op_crates/websocket): use Serialize for return values (#10220) | crowlKats | |
2021-04-12 | feat(runtime/permissions): prompt fallback (#9376) | crowlKats | |
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2021-04-08 | chore: update deps (#10058) | Luca Casonato | |
This commit updates crate dependencies. | |||
2021-04-05 | refactor: convert ops to use serde_v8 (#10009) | Aaron O'Mullan | |
This commit rewrites most of the ops to use "serde_v8" instead of "json" serialization. | |||
2021-04-02 | refactor(ops): remove variadic buffers (#9944) | Aaron O'Mullan | |
2021-03-19 | chores: enforce type ResourceId across codebase (#9837) | Divy Srivastava | |
2021-03-17 | refactor: use serde ops more (#9817) | crowlKats | |
2021-02-21 | fix(op_crates/websocket): default to close code 1005 (#9339) | DjDeveloper | |
Currently if WebSocket is closed without code, it will error while on Chrome it would close with code 1005 instead. Co-authored-by: crowlKats <13135287+crowlKats@users.noreply.github.com> | |||
2021-01-11 | chore: update copyright to 2021 (#9092) | Yusuke Tanaka | |
2021-01-10 | refactor(op_crates/websocket): refactor event loop (#9079) | crowlKats | |
2021-01-06 | refactor: move WebSocket API to an op_crate (#9026) | Luca Casonato | |