File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ a preload module).
5959
6060When using ESM, if there is a chance that the code may be run on a build
6161of Node.js where crypto support is not enabled, consider using the
62- ` import() ` function instead of the lexical ` import ` keyword:
62+ [ ` import() ` ] [ ] function instead of the lexical ` import ` keyword:
6363
6464``` mjs
6565let crypto;
@@ -6034,6 +6034,7 @@ See the [list of SSL OP Flags][] for details.
60346034[ `hash.update()` ] : #hashupdatedata-inputencoding
60356035[ `hmac.digest()` ] : #hmacdigestencoding
60366036[ `hmac.update()` ] : #hmacupdatedata-inputencoding
6037+ [ `import()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
60376038[ `keyObject.export()` ] : #keyobjectexportoptions
60386039[ `postMessage()` ] : worker_threads.md#portpostmessagevalue-transferlist
60396040[ `sign.sign()` ] : #signsignprivatekey-outputencoding
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ a preload module).
5252
5353When using ESM, if there is a chance that the code may be run on a build
5454of Node.js where crypto support is not enabled, consider using the
55- ` import() ` function instead of the lexical ` import ` keyword:
55+ [ ` import() ` ] [ ] function instead of the lexical ` import ` keyword:
5656
5757``` mjs
5858let http2;
@@ -4080,6 +4080,7 @@ you need to implement any fall-back behavior yourself.
40804080[ `http2.createServer()` ] : #http2createserveroptions-onrequesthandler
40814081[ `http2session.close()` ] : #http2sessionclosecallback
40824082[ `http2stream.pushStream()` ] : #http2streampushstreamheaders-options-callback
4083+ [ `import()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
40834084[ `net.Server.close()` ] : net.md#serverclosecallback
40844085[ `net.Socket.bufferSize` ] : net.md#socketbuffersize
40854086[ `net.Socket.prototype.ref()` ] : net.md#socketref
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ a preload module).
3535
3636When using ESM, if there is a chance that the code may be run on a build
3737of Node.js where crypto support is not enabled, consider using the
38- ` import() ` function instead of the lexical ` import ` keyword:
38+ [ ` import() ` ] [ ] function instead of the lexical ` import ` keyword:
3939
4040``` mjs
4141let https;
@@ -534,6 +534,7 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
534534[ `http.request()` ] : http.md#httprequestoptions-callback
535535[ `https.Agent` ] : #class-httpsagent
536536[ `https.request()` ] : #httpsrequestoptions-callback
537+ [ `import()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
537538[ `net.Server` ] : net.md#class-netserver
538539[ `new URL()` ] : url.md#new-urlinput-base
539540[ `server.listen()` ] : net.md#serverlisten
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ a preload module).
4040
4141When using ESM, if there is a chance that the code may be run on a build
4242of Node.js where crypto support is not enabled, consider using the
43- ` import() ` function instead of the lexical ` import ` keyword:
43+ [ ` import() ` ] [ ] function instead of the lexical ` import ` keyword:
4444
4545``` mjs
4646let tls;
@@ -2221,6 +2221,7 @@ added: v11.4.0
22212221[ `SSL_export_keying_material` ] : https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html
22222222[ `SSL_get_version` ] : https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html
22232223[ `crypto.getCurves()` ] : crypto.md#cryptogetcurves
2224+ [ `import()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
22242225[ `net.Server.address()` ] : net.md#serveraddress
22252226[ `net.Server` ] : net.md#class-netserver
22262227[ `net.Socket` ] : net.md#class-netsocket
You can’t perform that action at this time.
0 commit comments