diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index 8d6d76f09..899ffc44e 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -327,6 +327,8 @@ deno_core::extension!(deno_node, ops::zlib::brotli::op_brotli_decompress_stream, ops::zlib::brotli::op_brotli_decompress_stream_end, ops::http::op_node_http_request<P>, + ops::http::op_node_http_fetch_response_upgrade, + ops::http::op_node_http_fetch_send, ops::http2::op_http2_connect, ops::http2::op_http2_poll_client_connection, ops::http2::op_http2_client_request, |