| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ a preload module). | |||
| 59 | 59 | ||
| 60 | 60 | When using ESM, if there is a chance that the code may be run on a build | |
| 61 | 61 | of 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: | ||
| 63 | 63 | ||
| 64 | 64 | ```mjs | |
| 65 | 65 | let crypto; | |
@@ -6142,6 +6142,7 @@ See the [list of SSL OP Flags][] for details. | |||
| 6142 | 6142 | [`hash.update()`]: #hashupdatedata-inputencoding | |
| 6143 | 6143 | [`hmac.digest()`]: #hmacdigestencoding | |
| 6144 | 6144 | [`hmac.update()`]: #hmacupdatedata-inputencoding | |
| 6145 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 6145 | 6146 | [`keyObject.export()`]: #keyobjectexportoptions | |
| 6146 | 6147 | [`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist | |
| 6147 | 6148 | [`sign.sign()`]: #signsignprivatekey-outputencoding | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,7 @@ a preload module). | |||
| 54 | 54 | ||
| 55 | 55 | When using ESM, if there is a chance that the code may be run on a build | |
| 56 | 56 | of Node.js where crypto support is not enabled, consider using the | |
| 57 | - `import()` function instead of the lexical `import` keyword: | ||
| 57 | + [`import()`][] function instead of the lexical `import` keyword: | ||
| 58 | 58 | ||
| 59 | 59 | ```mjs | |
| 60 | 60 | let http2; | |
@@ -4143,6 +4143,7 @@ you need to implement any fall-back behavior yourself. | |||
| 4143 | 4143 | [`http2.createServer()`]: #http2createserveroptions-onrequesthandler | |
| 4144 | 4144 | [`http2session.close()`]: #http2sessionclosecallback | |
| 4145 | 4145 | [`http2stream.pushStream()`]: #http2streampushstreamheaders-options-callback | |
| 4146 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 4146 | 4147 | [`net.Server.close()`]: net.md#serverclosecallback | |
| 4147 | 4148 | [`net.Socket.bufferSize`]: net.md#socketbuffersize | |
| 4148 | 4149 | [`net.Socket.prototype.ref()`]: net.md#socketref | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ a preload module). | |||
| 35 | 35 | ||
| 36 | 36 | When using ESM, if there is a chance that the code may be run on a build | |
| 37 | 37 | of 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: | ||
| 39 | 39 | ||
| 40 | 40 | ```mjs | |
| 41 | 41 | let https; | |
@@ -536,6 +536,7 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p | |||
| 536 | 536 | [`http.request()`]: http.md#httprequestoptions-callback | |
| 537 | 537 | [`https.Agent`]: #class-httpsagent | |
| 538 | 538 | [`https.request()`]: #httpsrequestoptions-callback | |
| 539 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 539 | 540 | [`net.Server`]: net.md#class-netserver | |
| 540 | 541 | [`new URL()`]: url.md#new-urlinput-base | |
| 541 | 542 | [`server.listen()`]: net.md#serverlisten | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ a preload module). | |||
| 40 | 40 | ||
| 41 | 41 | When using ESM, if there is a chance that the code may be run on a build | |
| 42 | 42 | of 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: | ||
| 44 | 44 | ||
| 45 | 45 | ```mjs | |
| 46 | 46 | let tls; | |
@@ -2235,6 +2235,7 @@ added: v11.4.0 | |||
| 2235 | 2235 | [`SSL_export_keying_material`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html | |
| 2236 | 2236 | [`SSL_get_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html | |
| 2237 | 2237 | [`crypto.getCurves()`]: crypto.md#cryptogetcurves | |
| 2238 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 2238 | 2239 | [`net.Server.address()`]: net.md#serveraddress | |
| 2239 | 2240 | [`net.Server`]: net.md#class-netserver | |
| 2240 | 2241 | [`net.Socket`]: net.md#class-netsocket | |
| Back | FazBrowse Home | New Git URL |
0 commit comments