Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2910136

Browse filesBrowse files
derhuerstdanielleadams
authored andcommitted
doc: update links to MDN page about dynamic imports
Refs: 986307b Refs: #43530 PR-URL: #43847 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent d88a9fa commit 2910136
Copy full SHA for 2910136

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -6152,7 +6152,7 @@ See the [list of SSL OP Flags][] for details.
61526152
[`hash.update()`]: #hashupdatedata-inputencoding
61536153
[`hmac.digest()`]: #hmacdigestencoding
61546154
[`hmac.update()`]: #hmacupdatedata-inputencoding
6155-
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
6155+
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
61566156
[`keyObject.export()`]: #keyobjectexportoptions
61576157
[`postMessage()`]: worker_threads.md#portpostmessagevalue-transferlist
61586158
[`sign.sign()`]: #signsignprivatekey-outputencoding
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4162,7 +4162,7 @@ you need to implement any fall-back behavior yourself.
41624162
[`http2.createServer()`]: #http2createserveroptions-onrequesthandler
41634163
[`http2session.close()`]: #http2sessionclosecallback
41644164
[`http2stream.pushStream()`]: #http2streampushstreamheaders-options-callback
4165-
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
4165+
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
41664166
[`net.Server.close()`]: net.md#serverclosecallback
41674167
[`net.Socket.bufferSize`]: net.md#socketbuffersize
41684168
[`net.Socket.prototype.ref()`]: net.md#socketref
Collapse file

‎doc/api/https.md‎

Copy file name to clipboardExpand all lines: doc/api/https.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
545545
[`http.request()`]: http.md#httprequestoptions-callback
546546
[`https.Agent`]: #class-httpsagent
547547
[`https.request()`]: #httpsrequestoptions-callback
548-
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
548+
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
549549
[`net.Server`]: net.md#class-netserver
550550
[`new URL()`]: url.md#new-urlinput-base
551551
[`server.close()`]: http.md#serverclosecallback
Collapse file

‎doc/api/modules.md‎

Copy file name to clipboardExpand all lines: doc/api/modules.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ This section was moved to
10931093
[`MODULE_NOT_FOUND`]: errors.md#module_not_found
10941094
[`__dirname`]: #__dirname
10951095
[`__filename`]: #__filename
1096-
[`import()`]: https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports
1096+
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
10971097
[`module.builtinModules`]: module.md#modulebuiltinmodules
10981098
[`module.children`]: #modulechildren
10991099
[`module.id`]: #moduleid
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ added: v11.4.0
22422242
[`SSL_export_keying_material`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html
22432243
[`SSL_get_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html
22442244
[`crypto.getCurves()`]: crypto.md#cryptogetcurves
2245-
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports
2245+
[`import()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import
22462246
[`net.Server.address()`]: net.md#serveraddress
22472247
[`net.Server`]: net.md#class-netserver
22482248
[`net.Socket`]: net.md#class-netsocket

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.