summaryrefslogtreecommitdiff
path: root/cli/tests/unit/websocket_test.ts
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-08chore: Promote some integration tests to js_unit_tests (#22355)Matt Mastracci
2024-01-09fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)Divy Srivastava
2024-01-02fix(ext/http): use arraybuffer binaryType for server websocket (#21741)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-13fix(websockets): server socket field initialization (#21433)Divy Srivastava
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-06-13fix(ext/websockets): ensure we fully send frames before close (#19484)Matt Mastracci
2023-06-08perf(ext/websocket): Reduce GC pressure & monomorpize op_ws_next_event (#19405)Matt Mastracci
2023-04-26fix(core): Wrap safe collections' argument of primordials (#18750)Kenta Moriuchi
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci
2023-04-21fix(ext/websocket): upgrade fastwebsockets to 0.2.4 (#18791)Divy Srivastava
2023-04-14fix(ext/websocket): Avoid write deadlock that requires read_frame to complete...Divy Srivastava
2023-03-15chore: add test for ws ping/pong (#18204)Divy Srivastava
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-07-20chore: align some Web API type definitions to lib.dom.d.ts (#15219)ayame113
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-25fix(websocket): Fix PermissionDenied error being caught in constructor (#8402)crowlKats