From d9d3f81f291bbba4ab526f1781ca78e8a00cba64 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 18 Apr 2024 11:21:25 -0600 Subject: chore: remove unused, unstable 'http' namespace (#23436) Landing parts of #21903 in preparation for the removal of serveHttp. --- runtime/shared.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/shared.rs') diff --git a/runtime/shared.rs b/runtime/shared.rs index 946f33c6f..61f9ca225 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -45,7 +45,6 @@ extension!(runtime, "13_buffer.js", "30_os.js", "40_fs_events.js", - "40_http.js", "40_process.js", "40_signals.js", "40_tty.js", -- cgit v1.2.3