From ab568af3f2f86471d24659bb5ef13c456f01eba0 Mon Sep 17 00:00:00 2001 From: Edy Silva Date: Tue, 24 Sep 2024 21:14:32 -0300 Subject: [PATCH] doc: remove outdated https import reference --- 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: