| 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; | |
@@ -6034,6 +6034,7 @@ See the [list of SSL OP Flags][] for details. | |||
| 6034 | 6034 | [`hash.update()`]: #hashupdatedata-inputencoding | |
| 6035 | 6035 | [`hmac.digest()`]: #hmacdigestencoding | |
| 6036 | 6036 | [`hmac.update()`]: #hmacupdatedata-inputencoding | |
| 6037 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 6037 | 6038 | [`keyObject.export()`]: #keyobjectexportoptions | |
| 6038 | 6039 | [`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist | |
| 6039 | 6040 | [`sign.sign()`]: #signsignprivatekey-outputencoding | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,7 @@ a preload module). | |||
| 52 | 52 | ||
| 53 | 53 | When using ESM, if there is a chance that the code may be run on a build | |
| 54 | 54 | of 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: | ||
| 56 | 56 | ||
| 57 | 57 | ```mjs | |
| 58 | 58 | let http2; | |
@@ -4080,6 +4080,7 @@ you need to implement any fall-back behavior yourself. | |||
| 4080 | 4080 | [`http2.createServer()`]: #http2createserveroptions-onrequesthandler | |
| 4081 | 4081 | [`http2session.close()`]: #http2sessionclosecallback | |
| 4082 | 4082 | [`http2stream.pushStream()`]: #http2streampushstreamheaders-options-callback | |
| 4083 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 4083 | 4084 | [`net.Server.close()`]: net.md#serverclosecallback | |
| 4084 | 4085 | [`net.Socket.bufferSize`]: net.md#socketbuffersize | |
| 4085 | 4086 | [`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; | |
@@ -534,6 +534,7 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p | |||
| 534 | 534 | [`http.request()`]: http.md#httprequestoptions-callback | |
| 535 | 535 | [`https.Agent`]: #class-httpsagent | |
| 536 | 536 | [`https.request()`]: #httpsrequestoptions-callback | |
| 537 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 537 | 538 | [`net.Server`]: net.md#class-netserver | |
| 538 | 539 | [`new URL()`]: url.md#new-urlinput-base | |
| 539 | 540 | [`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; | |
@@ -2221,6 +2221,7 @@ added: v11.4.0 | |||
| 2221 | 2221 | [`SSL_export_keying_material`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html | |
| 2222 | 2222 | [`SSL_get_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html | |
| 2223 | 2223 | [`crypto.getCurves()`]: crypto.md#cryptogetcurves | |
| 2224 | + [`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports | ||
| 2224 | 2225 | [`net.Server.address()`]: net.md#serveraddress | |
| 2225 | 2226 | [`net.Server`]: net.md#class-netserver | |
| 2226 | 2227 | [`net.Socket`]: net.md#class-netsocket | |
| Back | FazBrowse Home | New Git URL |
0 commit comments