Skip to content

Commit

Permalink
feat: Implement QUIC
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Dec 18, 2024
1 parent 14e4064 commit 02bc6fb
Show file tree
Hide file tree
Showing 11 changed files with 1,503 additions and 21 deletions.
57 changes: 41 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions cli/tsc/99_main_compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ delete Object.prototype.__proto__;
"listen",
"listenDatagram",
"openKv",
"connectQuic",
"listenQuic",
"QuicBidirectionalStream",
"QuicConn",
"QuicListener",
"QuicReceiveStream",
"QuicSendStream",
]);
const unstableMsgSuggestion =
"If not, try changing the 'lib' compiler option to include 'deno.unstable' " +
Expand Down
Loading

0 comments on commit 02bc6fb

Please sign in to comment.