-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modules: node:module API > Customization Hooks > Examples > Import from HTTPS #55091
Comments
Also, after the removal of |
Looks like an oversight, feel free to submit a PR removing it if you'd like (You'll get a shiny contributor badge 👀 ). The entire feature has been removed, it just looks like the docs werent updated. |
@77it let me know if I can work on this PR. |
@RedYetiDev should the whole section |
No, just that line. The section is showing an example of how to setup an HTTP(S) import. |
Sure, fine for me The whole section must be preserved, only the obsolete line have to be removed |
PR-URL: nodejs#55111 Fixes: nodejs#55091 Refs: nodejs#53822 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#55111 Fixes: nodejs#55091 Refs: nodejs#53822 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Affected URL(s)
https://nodejs.org/dist/latest/docs/api/module.html#import-from-https
Description of the problem
in the page is present a text pointing to an header no more live
In current Node.js, specifiers starting with https:// are experimental (see [HTTPS and HTTP imports][]).
in the previous documentation version the link pointed to https://nodejs.org/docs/latest-v21.x/api/esm.html#https-and-http-imports that is now removed
The text was updated successfully, but these errors were encountered: