From 6d1cd506b5ed2ce7037726e15146f48768256ee2 Mon Sep 17 00:00:00 2001 From: "Edigleysson Silva (Edy)" Date: Sat, 28 Sep 2024 10:59:31 -0300 Subject: [PATCH] doc: remove outdated https import reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/55111 Fixes: https://github.com/nodejs/node/issues/55091 Refs: https://github.com/nodejs/node/pull/53822 Reviewed-By: Antoine du Hamel Reviewed-By: Chemi Atlow Reviewed-By: Ulises Gascón Reviewed-By: Luigi Pinca --- doc/api/module.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api/module.md b/doc/api/module.md index 665a64c0505b66..a6d1ce98d33994 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -869,9 +869,6 @@ behaviors. #### Import from HTTPS -In current Node.js, specifiers starting with `https://` are experimental (see -\[HTTPS and HTTP imports]\[]). - The hook below registers hooks to enable rudimentary support for such specifiers. While this may seem like a significant improvement to Node.js core functionality, there are substantial downsides to actually using these hooks: