From fc8f901b1a716129954501c73537256833f07e60 Mon Sep 17 00:00:00 2001 From: Edy Silva Date: Tue, 24 Sep 2024 21:14:32 -0300 Subject: [PATCH] update doc by removing old references --- 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: