1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
This commit is contained in:
Yoshiya Hinosawa 2024-10-03 22:32:05 +09:00
parent bbf762ea12
commit e95d7dfe37
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -8,7 +8,6 @@ import {
op_node_http_await_response,
op_node_http_fetch_response_upgrade,
op_node_http_request_with_conn,
op_node_http_request_with_tls_conn,
op_node_http_wait_for_connection,
op_tls_start,
} from "ext:core/ops";