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 19, 2024
1 parent ae74407 commit 157e3f7
Show file tree
Hide file tree
Showing 11 changed files with 1,525 additions and 19 deletions.
53 changes: 39 additions & 14 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 157e3f7

Please sign in to comment.