doc: sort bottom-of-file markdown links
Reapply https://github.com/nodejs/node/pull/12726 It would be nice to have the sort check applied as part of doc testing, but this change doesn't implement that. PR-URL: https://github.com/nodejs/node/pull/24679 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
063e8fbe78
commit
64cea5a1ac
@ -1245,8 +1245,8 @@ assert.throws(throwingFirst, /Second$/);
|
||||
Due to the confusing notation, it is recommended not to use a string as the
|
||||
second argument. This might lead to difficult-to-spot errors.
|
||||
|
||||
[`ERR_INVALID_RETURN_VALUE`]: errors.html#errors_err_invalid_return_value
|
||||
[`Class`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes
|
||||
[`ERR_INVALID_RETURN_VALUE`]: errors.html#errors_err_invalid_return_value
|
||||
[`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`Map`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
|
||||
@ -1267,10 +1267,10 @@ second argument. This might lead to difficult-to-spot errors.
|
||||
[`assert.throws()`]: #assert_assert_throws_fn_error_message
|
||||
[`strict mode`]: #assert_strict_mode
|
||||
[Abstract Equality Comparison]: https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
|
||||
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript
|
||||
[Object.prototype.toString()]: https://tc39.github.io/ecma262/#sec-object.prototype.tostring
|
||||
[SameValue Comparison]: https://tc39.github.io/ecma262/#sec-samevalue
|
||||
[Strict Equality Comparison]: https://tc39.github.io/ecma262/#sec-strict-equality-comparison
|
||||
[enumerable "own" properties]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties
|
||||
[mdn-equality-guide]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
|
||||
[prototype-spec]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots
|
||||
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript
|
||||
|
@ -716,5 +716,5 @@ never be called.
|
||||
[`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource
|
||||
[Hook Callbacks]: #async_hooks_hook_callbacks
|
||||
[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk/edit
|
||||
[promise execution tracking]: #async_hooks_promise_execution_tracking
|
||||
[`Worker`]: worker_threads.html#worker_threads_class_worker
|
||||
[promise execution tracking]: #async_hooks_promise_execution_tracking
|
||||
|
@ -2672,9 +2672,9 @@ This value may depend on the JS engine that is being used.
|
||||
[`buf.length`]: #buffer_buf_length
|
||||
[`buf.slice()`]: #buffer_buf_slice_start_end
|
||||
[`buf.values()`]: #buffer_buf_values
|
||||
[`buffer.kMaxLength`]: #buffer_buffer_kmaxlength
|
||||
[`buffer.constants.MAX_LENGTH`]: #buffer_buffer_constants_max_length
|
||||
[`buffer.constants.MAX_STRING_LENGTH`]: #buffer_buffer_constants_max_string_length
|
||||
[`buffer.kMaxLength`]: #buffer_buffer_kmaxlength
|
||||
[`util.inspect()`]: util.html#util_util_inspect_object_options
|
||||
[RFC1345]: https://tools.ietf.org/html/rfc1345
|
||||
[RFC4648, Section 5]: https://tools.ietf.org/html/rfc4648#section-5
|
||||
|
@ -1436,13 +1436,6 @@ unavailable.
|
||||
[`ChildProcess`]: #child_process_child_process
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||
[`subprocess.connected`]: #child_process_subprocess_connected
|
||||
[`subprocess.disconnect()`]: #child_process_subprocess_disconnect
|
||||
[`subprocess.kill()`]: #child_process_subprocess_kill_signal
|
||||
[`subprocess.send()`]: #child_process_subprocess_send_message_sendhandle_options_callback
|
||||
[`subprocess.stderr`]: #child_process_subprocess_stderr
|
||||
[`subprocess.stdin`]: #child_process_subprocess_stdin
|
||||
[`subprocess.stdout`]: #child_process_subprocess_stdout
|
||||
[`child_process.exec()`]: #child_process_child_process_exec_command_options_callback
|
||||
[`child_process.execFile()`]: #child_process_child_process_execfile_file_args_options_callback
|
||||
[`child_process.execFileSync()`]: #child_process_child_process_execfilesync_file_args_options
|
||||
@ -1459,6 +1452,13 @@ unavailable.
|
||||
[`process.execPath`]: process.html#process_process_execpath
|
||||
[`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback
|
||||
[`stdio`]: #child_process_options_stdio
|
||||
[`subprocess.connected`]: #child_process_subprocess_connected
|
||||
[`subprocess.disconnect()`]: #child_process_subprocess_disconnect
|
||||
[`subprocess.kill()`]: #child_process_subprocess_kill_signal
|
||||
[`subprocess.send()`]: #child_process_subprocess_send_message_sendhandle_options_callback
|
||||
[`subprocess.stderr`]: #child_process_subprocess_stderr
|
||||
[`subprocess.stdin`]: #child_process_subprocess_stdin
|
||||
[`subprocess.stdout`]: #child_process_subprocess_stdout
|
||||
[`util.promisify()`]: util.html#util_util_promisify_original
|
||||
[Default Windows Shell]: #child_process_default_windows_shell
|
||||
[Shell Requirements]: #child_process_shell_requirements
|
||||
|
@ -2947,14 +2947,14 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
|
||||
[`hmac.update()`]: #crypto_hmac_update_data_inputencoding
|
||||
[`sign.sign()`]: #crypto_sign_sign_privatekey_outputencoding
|
||||
[`sign.update()`]: #crypto_sign_update_data_inputencoding
|
||||
[`stream.transform` options]: stream.html#stream_new_stream_transform_options
|
||||
[`stream.Writable` options]: stream.html#stream_constructor_new_stream_writable_options
|
||||
[`stream.transform` options]: stream.html#stream_new_stream_transform_options
|
||||
[`util.promisify()`]: util.html#util_util_promisify_original
|
||||
[`verify.update()`]: #crypto_verify_update_data_inputencoding
|
||||
[`verify.verify()`]: #crypto_verify_verify_object_signature_signatureencoding
|
||||
[AEAD algorithms]: https://en.wikipedia.org/wiki/Authenticated_encryption
|
||||
[Caveats]: #crypto_support_for_weak_or_compromised_algorithms
|
||||
[CCM mode]: #crypto_ccm_mode
|
||||
[Caveats]: #crypto_support_for_weak_or_compromised_algorithms
|
||||
[Crypto Constants]: #crypto_crypto_constants_1
|
||||
[HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed
|
||||
[HTML5's `keygen` element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
|
||||
|
@ -2317,23 +2317,24 @@ Setting the TLS ServerName to an IP address is not permitted by
|
||||
[`Buffer.isBuffer()`]: buffer.html#buffer_class_method_buffer_isbuffer_obj
|
||||
[`Cipher`]: crypto.html#crypto_class_cipher
|
||||
[`Decipher`]: crypto.html#crypto_class_decipher
|
||||
[`assert`]: assert.html
|
||||
[`clearInterval()`]: timers.html#timers_clearinterval_timeout
|
||||
[`clearTimeout()`]: timers.html#timers_cleartimeout_timeout
|
||||
[`EventEmitter.listenerCount(emitter, eventName)`]: events.html#events_eventemitter_listenercount_emitter_eventname
|
||||
[`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand
|
||||
[`Server.connections`]: net.html#net_server_connections
|
||||
[`Server.getConnections()`]: net.html#net_server_getconnections_callback
|
||||
[`Server.listen({fd: <number>})`]: net.html#net_server_listen_handle_backlog_callback
|
||||
[`SlowBuffer`]: buffer.html#buffer_class_slowbuffer
|
||||
[`assert`]: assert.html
|
||||
[`asyncResource.runInAsyncScope()`]: async_hooks.html#async_hooks_asyncresource_runinasyncscope_fn_thisarg_args
|
||||
[`child_process`]: child_process.html
|
||||
[`clearInterval()`]: timers.html#timers_clearinterval_timeout
|
||||
[`clearTimeout()`]: timers.html#timers_cleartimeout_timeout
|
||||
[`console.error()`]: console.html#console_console_error_data_args
|
||||
[`console.log()`]: console.html#console_console_log_data_args
|
||||
[`crypto.DEFAULT_ENCODING`]: crypto.html#crypto_crypto_default_encoding
|
||||
[`crypto.createCipher()`]: crypto.html#crypto_crypto_createcipher_algorithm_password_options
|
||||
[`crypto.createCipheriv()`]: crypto.html#crypto_crypto_createcipheriv_algorithm_key_iv_options
|
||||
[`crypto.createDecipher()`]: crypto.html#crypto_crypto_createdecipher_algorithm_password_options
|
||||
[`crypto.createDecipheriv()`]: crypto.html#crypto_crypto_createdecipheriv_algorithm_key_iv_options
|
||||
[`crypto.DEFAULT_ENCODING`]: crypto.html#crypto_crypto_default_encoding
|
||||
[`crypto.fips`]: crypto.html#crypto_crypto_fips
|
||||
[`crypto.pbkdf2()`]: crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback
|
||||
[`crypto.randomBytes()`]: crypto.html#crypto_crypto_randombytes_size_callback
|
||||
@ -2360,7 +2361,6 @@ Setting the TLS ServerName to an IP address is not permitted by
|
||||
[`os.tmpdir()`]: os.html#os_os_tmpdir
|
||||
[`process.env`]: process.html#process_process_env
|
||||
[`punycode`]: punycode.html
|
||||
[`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand
|
||||
[`require.extensions`]: modules.html#modules_require_extensions
|
||||
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
|
||||
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
|
||||
@ -2402,12 +2402,12 @@ Setting the TLS ServerName to an IP address is not permitted by
|
||||
[`util`]: util.html
|
||||
[`worker.exitedAfterDisconnect`]: cluster.html#cluster_worker_exitedafterdisconnect
|
||||
[`zlib.bytesWritten`]: zlib.html#zlib_zlib_byteswritten
|
||||
[Legacy URL API]: url.html#url_legacy_url_api
|
||||
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
|
||||
[WHATWG URL API]: url.html#url_the_whatwg_url_api
|
||||
[alloc]: buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding
|
||||
[alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size
|
||||
[from_arraybuffer]: buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
|
||||
[from_string_encoding]: buffer.html#buffer_class_method_buffer_from_string_encoding
|
||||
[Legacy URL API]: url.html#url_legacy_url_api
|
||||
[legacy `urlObject`]: url.html#url_legacy_urlobject
|
||||
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[WHATWG URL API]: url.html#url_the_whatwg_url_api
|
||||
[RFC 6066]: https://tools.ietf.org/html/rfc6066#section-3
|
||||
|
@ -652,6 +652,7 @@ and `udp6` sockets). The bound address and port can be retrieved using
|
||||
[`'close'`]: #dgram_event_close
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`EventEmitter`]: events.html
|
||||
[`System Error`]: errors.html#errors_class_systemerror
|
||||
[`close()`]: #dgram_socket_close_callback
|
||||
[`cluster`]: cluster.html
|
||||
[`dgram.Socket#bind()`]: #dgram_socket_bind_options_callback
|
||||
@ -660,7 +661,6 @@ and `udp6` sockets). The bound address and port can be retrieved using
|
||||
[`socket.address().address`]: #dgram_socket_address
|
||||
[`socket.address().port`]: #dgram_socket_address
|
||||
[`socket.bind()`]: #dgram_socket_bind_port_address_callback
|
||||
[`System Error`]: errors.html#errors_class_systemerror
|
||||
[byte length]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
|
||||
[IPv6 Zone Indices]: https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses
|
||||
[RFC 4007]: https://tools.ietf.org/html/rfc4007
|
||||
[byte length]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
|
||||
|
@ -86,7 +86,7 @@ sometimes impossible to replace Unix syscall semantics on Windows, see [Node.js
|
||||
issue 4760](https://github.com/nodejs/node/issues/4760).
|
||||
|
||||
[`'warning'`]: process.html#process_event_warning
|
||||
[`stderr`]: process.html#process_process_stderr
|
||||
[`fs.open()`]: fs.html#fs_fs_open_path_flags_mode_callback
|
||||
[`stderr`]: process.html#process_process_stderr
|
||||
[submit an issue]: https://github.com/nodejs/node/issues/new
|
||||
[the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
|
||||
|
@ -4877,13 +4877,13 @@ the file contents.
|
||||
[`AHAFS`]: https://www.ibm.com/developerworks/aix/library/au-aix_event_infrastructure/
|
||||
[`Buffer.byteLength`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
|
||||
[`Buffer`]: buffer.html#buffer_buffer
|
||||
[`EventEmitter`]: events.html
|
||||
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events
|
||||
[`ReadDirectoryChangesW`]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw
|
||||
[`ReadStream`]: #fs_class_fs_readstream
|
||||
[`URL`]: url.html#url_the_whatwg_url_api
|
||||
[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size
|
||||
[`WriteStream`]: #fs_class_fs_writestream
|
||||
[`EventEmitter`]: events.html
|
||||
[`event ports`]: http://illumos.org/man/port_create
|
||||
[`fs.Dirent`]: #fs_class_fs_dirent
|
||||
[`fs.FSWatcher`]: #fs_class_fs_fswatcher
|
||||
@ -4902,10 +4902,10 @@ the file contents.
|
||||
[`fs.mkdtemp()`]: #fs_fs_mkdtemp_prefix_options_callback
|
||||
[`fs.open()`]: #fs_fs_open_path_flags_mode_callback
|
||||
[`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback
|
||||
[`fs.readdir()`]: #fs_fs_readdir_path_options_callback
|
||||
[`fs.readdirSync()`]: #fs_fs_readdirsync_path_options
|
||||
[`fs.readFile()`]: #fs_fs_readfile_path_options_callback
|
||||
[`fs.readFileSync()`]: #fs_fs_readfilesync_path_options
|
||||
[`fs.readdir()`]: #fs_fs_readdir_path_options_callback
|
||||
[`fs.readdirSync()`]: #fs_fs_readdirsync_path_options
|
||||
[`fs.realpath()`]: #fs_fs_realpath_path_options_callback
|
||||
[`fs.rmdir()`]: #fs_fs_rmdir_path_callback
|
||||
[`fs.stat()`]: #fs_fs_stat_path_options_callback
|
||||
@ -4923,14 +4923,14 @@ the file contents.
|
||||
[Caveats]: #fs_caveats
|
||||
[Common System Errors]: errors.html#errors_common_system_errors
|
||||
[FS Constants]: #fs_fs_constants_1
|
||||
[File Access Constants]: #fs_file_access_constants
|
||||
[MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
|
||||
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
|
||||
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
|
||||
[MSDN-Using-Streams]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams
|
||||
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file
|
||||
[Readable Streams]: stream.html#stream_class_stream_readable
|
||||
[Writable Stream]: stream.html#stream_class_stream_writable
|
||||
[inode]: https://en.wikipedia.org/wiki/Inode
|
||||
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file
|
||||
[MSDN-Using-Streams]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams
|
||||
[support of file system `flags`]: #fs_file_system_flags
|
||||
[File Access Constants]: #fs_file_access_constants
|
||||
[chcp]: https://ss64.com/nt/chcp.html
|
||||
[inode]: https://en.wikipedia.org/wiki/Inode
|
||||
[support of file system `flags`]: #fs_file_system_flags
|
||||
|
@ -229,6 +229,10 @@ The object that acts as the namespace for all W3C
|
||||
[WebAssembly][webassembly-org] related functionality. See the
|
||||
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.
|
||||
|
||||
[`TextDecoder`]: util.html#util_class_util_textdecoder
|
||||
[`TextEncoder`]: util.html#util_class_util_textencoder
|
||||
[`URLSearchParams`]: url.html#url_class_urlsearchparams
|
||||
[`URL`]: url.html#url_class_url
|
||||
[`__dirname`]: modules.html#modules_dirname
|
||||
[`__filename`]: modules.html#modules_filename
|
||||
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
|
||||
@ -242,10 +246,6 @@ The object that acts as the namespace for all W3C
|
||||
[`setImmediate`]: timers.html#timers_setimmediate_callback_args
|
||||
[`setInterval`]: timers.html#timers_setinterval_callback_delay_args
|
||||
[`setTimeout`]: timers.html#timers_settimeout_callback_delay_args
|
||||
[`TextDecoder`]: util.html#util_class_util_textdecoder
|
||||
[`TextEncoder`]: util.html#util_class_util_textencoder
|
||||
[`URL`]: url.html#url_class_url
|
||||
[`URLSearchParams`]: url.html#url_class_urlsearchparams
|
||||
[buffer section]: buffer.html
|
||||
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
|
||||
[module system documentation]: modules.html
|
||||
|
@ -2124,8 +2124,8 @@ not abort the request or do anything besides add a `'timeout'` event.
|
||||
[`request.getHeader()`]: #http_request_getheader_name
|
||||
[`request.setHeader()`]: #http_request_setheader_name_value
|
||||
[`request.setTimeout()`]: #http_request_settimeout_timeout_callback
|
||||
[`request.socket`]: #http_request_socket
|
||||
[`request.socket.getPeerCertificate()`]: tls.html#tls_tlssocket_getpeercertificate_detailed
|
||||
[`request.socket`]: #http_request_socket
|
||||
[`request.write(data, encoding)`]: #http_request_write_chunk_encoding_callback
|
||||
[`response.end()`]: #http_response_end_data_encoding_callback
|
||||
[`response.getHeader()`]: #http_response_getheader_name
|
||||
|
@ -3391,21 +3391,21 @@ following additional properties:
|
||||
* `type` {string} Either `'server'` or `'client'` to identify the type of
|
||||
`Http2Session`.
|
||||
|
||||
[ALPN negotiation]: #http2_alpn_negotiation
|
||||
[ALPN Protocol ID]: https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
|
||||
[ALPN negotiation]: #http2_alpn_negotiation
|
||||
[Compatibility API]: #http2_compatibility_api
|
||||
[HTTP/1]: http.html
|
||||
[HTTP/2]: https://tools.ietf.org/html/rfc7540
|
||||
[HTTP/2 Unencrypted]: https://http2.github.io/faq/#does-http2-require-encryption
|
||||
[HTTP/2 Headers Object]: #http2_headers_object
|
||||
[HTTP/2 Settings Object]: #http2_settings_object
|
||||
[HTTP/2 Unencrypted]: https://http2.github.io/faq/#does-http2-require-encryption
|
||||
[HTTP/2]: https://tools.ietf.org/html/rfc7540
|
||||
[HTTPS]: https.html
|
||||
[Performance Observer]: perf_hooks.html
|
||||
[Readable Stream]: stream.html#stream_class_stream_readable
|
||||
[Stream]: stream.html#stream_stream
|
||||
[RFC 7838]: https://tools.ietf.org/html/rfc7838
|
||||
[RFC 8336]: https://tools.ietf.org/html/rfc8336
|
||||
[RFC 8441]: https://tools.ietf.org/html/rfc8441
|
||||
[Readable Stream]: stream.html#stream_class_stream_readable
|
||||
[Stream]: stream.html#stream_stream
|
||||
[Using `options.selectPadding()`]: #http2_using_options_selectpadding
|
||||
[`'checkContinue'`]: #http2_event_checkcontinue
|
||||
[`'request'`]: #http2_event_request
|
||||
@ -3418,16 +3418,16 @@ following additional properties:
|
||||
[`ServerHttp2Stream`]: #http2_class_serverhttp2stream
|
||||
[`TypeError`]: errors.html#errors_class_typeerror
|
||||
[`http2.SecureServer`]: #http2_class_http2secureserver
|
||||
[`http2.createSecureServer()`]: #http2_http2_createsecureserver_options_onrequesthandler
|
||||
[`http2.Server`]: #http2_class_http2server
|
||||
[`http2.createSecureServer()`]: #http2_http2_createsecureserver_options_onrequesthandler
|
||||
[`http2.createServer()`]: #http2_http2_createserver_options_onrequesthandler
|
||||
[`http2session.close()`]: #http2_http2session_close_callback
|
||||
[`http2stream.pushStream()`]: #http2_http2stream_pushstream_headers_options_callback
|
||||
[`net.Server.close()`]: net.html#net_server_close_callback
|
||||
[`net.Socket`]: net.html#net_class_net_socket
|
||||
[`net.Socket.bufferSize`]: net.html#net_socket_buffersize
|
||||
[`net.Socket.prototype.ref()`]: net.html#net_socket_ref
|
||||
[`net.Socket.prototype.unref()`]: net.html#net_socket_unref
|
||||
[`net.Socket`]: net.html#net_class_net_socket
|
||||
[`net.connect()`]: net.html#net_net_connect
|
||||
[`request.socket.getPeerCertificate()`]: tls.html#tls_tlssocket_getpeercertificate_detailed
|
||||
[`response.end()`]: #http2_response_end_data_encoding_callback
|
||||
|
@ -375,8 +375,8 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
|
||||
[`http.Server#setTimeout()`]: http.html#http_server_settimeout_msecs_callback
|
||||
[`http.Server#timeout`]: http.html#http_server_timeout
|
||||
[`http.Server`]: http.html#http_class_http_server
|
||||
[`http.createServer()`]: http.html#http_http_createserver_options_requestlistener
|
||||
[`http.close()`]: http.html#http_server_close_callback
|
||||
[`http.createServer()`]: http.html#http_http_createserver_options_requestlistener
|
||||
[`http.get()`]: http.html#http_http_get_options_callback
|
||||
[`http.request()`]: http.html#http_http_request_options_callback
|
||||
[`https.Agent`]: #https_class_https_agent
|
||||
|
@ -183,5 +183,5 @@ session.post('Profiler.enable', () => {
|
||||
[`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused
|
||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||
[`session.connect()`]: #inspector_session_connect
|
||||
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
||||
[CPU Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/Profiler
|
||||
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
||||
|
@ -194,19 +194,19 @@ to be helpful:
|
||||
["ICU Data"]: http://userguide.icu-project.org/icudata
|
||||
[`--icu-data-dir`]: cli.html#cli_icu_data_dir_file
|
||||
[`Date.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString
|
||||
[`Intl`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
|
||||
[`Intl.DateTimeFormat`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
|
||||
[`Intl`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
|
||||
[`NODE_ICU_DATA`]: cli.html#cli_node_icu_data_file
|
||||
[`Number.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
|
||||
[`RegExp` Unicode Property Escapes]: https://github.com/tc39/proposal-regexp-unicode-property-escapes
|
||||
[`require('buffer').transcode()`]: buffer.html#buffer_buffer_transcode_source_fromenc_toenc
|
||||
[`require('util').TextDecoder`]: util.html#util_class_util_textdecoder
|
||||
[`String.prototype.localeCompare()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
|
||||
[`String.prototype.normalize()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize
|
||||
[`String.prototype.toLowerCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase
|
||||
[`String.prototype.toUpperCase()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase
|
||||
[BUILDING.md]: https://github.com/nodejs/node/blob/master/BUILDING.md
|
||||
[`require('buffer').transcode()`]: buffer.html#buffer_buffer_transcode_source_fromenc_toenc
|
||||
[`require('util').TextDecoder`]: util.html#util_class_util_textdecoder
|
||||
[BUILDING.md#full-icu]: https://github.com/nodejs/node/blob/master/BUILDING.md#build-with-full-icu-support-all-locales-supported-by-icu
|
||||
[BUILDING.md]: https://github.com/nodejs/node/blob/master/BUILDING.md
|
||||
[ECMA-262]: https://tc39.github.io/ecma262/
|
||||
[ECMA-402]: https://tc39.github.io/ecma402/
|
||||
[ICU]: http://site.icu-project.org/
|
||||
|
@ -922,13 +922,13 @@ const requireUtil = createRequireFromPath('../src/utils');
|
||||
requireUtil('./some-tool');
|
||||
```
|
||||
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`__dirname`]: #modules_dirname
|
||||
[`__filename`]: #modules_filename
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`module` object]: #modules_the_module_object
|
||||
[`path.dirname()`]: path.html#path_path_dirname_path
|
||||
[GLOBAL_FOLDERS]: #modules_loading_from_the_global_folders
|
||||
[`require`]: #modules_require
|
||||
[GLOBAL_FOLDERS]: #modules_loading_from_the_global_folders
|
||||
[exports shortcut]: #modules_exports_shortcut
|
||||
[module resolution]: #modules_all_together
|
||||
[module wrapper]: #modules_the_module_wrapper
|
||||
|
@ -4702,26 +4702,26 @@ This API may only be called from the main thread.
|
||||
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
|
||||
[Object Lifetime Management]: #n_api_object_lifetime_management
|
||||
[Object Wrap]: #n_api_object_wrap
|
||||
[Section 6.1.4]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-string-type
|
||||
[Section 6.1.6]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type
|
||||
[Section 6.1.7.1]: https://tc39.github.io/ecma262/#table-2
|
||||
[Section 9.1.6]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc
|
||||
[Section 12.5.5]: https://tc39.github.io/ecma262/#sec-typeof-operator
|
||||
[Section 22.1]: https://tc39.github.io/ecma262/#sec-array-objects
|
||||
[Section 22.2]: https://tc39.github.io/ecma262/#sec-typedarray-objects
|
||||
[Section 24.1]: https://tc39.github.io/ecma262/#sec-arraybuffer-objects
|
||||
[Section 24.3]: https://tc39.github.io/ecma262/#sec-dataview-objects
|
||||
[Section 25.4]: https://tc39.github.io/ecma262/#sec-promise-objects
|
||||
[Section 6.1.4]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-string-type
|
||||
[Section 6.1.6]: https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type
|
||||
[Section 6.1.7.1]: https://tc39.github.io/ecma262/#table-2
|
||||
[Section 9.1.6]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots-defineownproperty-p-desc
|
||||
[Working with JavaScript Functions]: #n_api_working_with_javascript_functions
|
||||
[Working with JavaScript Properties]: #n_api_working_with_javascript_properties
|
||||
[Working with JavaScript Values]: #n_api_working_with_javascript_values
|
||||
[Working with JavaScript Values - Abstract Operations]: #n_api_working_with_javascript_values_abstract_operations
|
||||
|
||||
[Working with JavaScript Values]: #n_api_working_with_javascript_values
|
||||
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
|
||||
[`napi_add_finalizer`]: #n_api_napi_add_finalizer
|
||||
[`napi_async_init`]: #n_api_napi_async_init
|
||||
[`napi_cancel_async_work`]: #n_api_napi_cancel_async_work
|
||||
[`napi_close_escapable_handle_scope`]: #n_api_napi_close_escapable_handle_scope
|
||||
[`napi_close_callback_scope`]: #n_api_napi_close_callback_scope
|
||||
[`napi_close_escapable_handle_scope`]: #n_api_napi_close_escapable_handle_scope
|
||||
[`napi_close_handle_scope`]: #n_api_napi_close_handle_scope
|
||||
[`napi_create_async_work`]: #n_api_napi_create_async_work
|
||||
[`napi_create_error`]: #n_api_napi_create_error
|
||||
@ -4729,23 +4729,22 @@ This API may only be called from the main thread.
|
||||
[`napi_create_range_error`]: #n_api_napi_create_range_error
|
||||
[`napi_create_reference`]: #n_api_napi_create_reference
|
||||
[`napi_create_type_error`]: #n_api_napi_create_type_error
|
||||
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
|
||||
[`napi_define_class`]: #n_api_napi_define_class
|
||||
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
|
||||
[`napi_delete_element`]: #n_api_napi_delete_element
|
||||
[`napi_delete_property`]: #n_api_napi_delete_property
|
||||
[`napi_delete_reference`]: #n_api_napi_delete_reference
|
||||
[`napi_escape_handle`]: #n_api_napi_escape_handle
|
||||
[`napi_get_and_clear_last_exception`]: #n_api_napi_get_and_clear_last_exception
|
||||
[`napi_get_array_length`]: #n_api_napi_get_array_length
|
||||
[`napi_get_element`]: #n_api_napi_get_element
|
||||
[`napi_get_last_error_info`]: #n_api_napi_get_last_error_info
|
||||
[`napi_get_property`]: #n_api_napi_get_property
|
||||
[`napi_has_property`]: #n_api_napi_has_property
|
||||
[`napi_has_own_property`]: #n_api_napi_has_own_property
|
||||
[`napi_set_property`]: #n_api_napi_set_property
|
||||
[`napi_get_reference_value`]: #n_api_napi_get_reference_value
|
||||
[`napi_has_own_property`]: #n_api_napi_has_own_property
|
||||
[`napi_has_property`]: #n_api_napi_has_property
|
||||
[`napi_is_error`]: #n_api_napi_is_error
|
||||
[`napi_is_exception_pending`]: #n_api_napi_is_exception_pending
|
||||
[`napi_get_last_error_info`]: #n_api_napi_get_last_error_info
|
||||
[`napi_get_and_clear_last_exception`]: #n_api_napi_get_and_clear_last_exception
|
||||
[`napi_make_callback`]: #n_api_napi_make_callback
|
||||
[`napi_open_callback_scope`]: #n_api_napi_open_callback_scope
|
||||
[`napi_open_escapable_handle_scope`]: #n_api_napi_open_escapable_handle_scope
|
||||
@ -4754,16 +4753,15 @@ This API may only be called from the main thread.
|
||||
[`napi_queue_async_work`]: #n_api_napi_queue_async_work
|
||||
[`napi_reference_ref`]: #n_api_napi_reference_ref
|
||||
[`napi_reference_unref`]: #n_api_napi_reference_unref
|
||||
[`napi_throw`]: #n_api_napi_throw
|
||||
[`napi_set_property`]: #n_api_napi_set_property
|
||||
[`napi_throw_error`]: #n_api_napi_throw_error
|
||||
[`napi_throw_range_error`]: #n_api_napi_throw_range_error
|
||||
[`napi_throw_type_error`]: #n_api_napi_throw_type_error
|
||||
[`napi_throw`]: #n_api_napi_throw
|
||||
[`napi_unwrap`]: #n_api_napi_unwrap
|
||||
[`napi_wrap`]: #n_api_napi_wrap
|
||||
[`process.release`]: process.html#process_process_release
|
||||
[`uv_ref`]: http://docs.libuv.org/en/v1.x/handle.html#c.uv_ref
|
||||
[`uv_unref`]: http://docs.libuv.org/en/v1.x/handle.html#c.uv_unref
|
||||
|
||||
[`process.release`]: process.html#process_process_release
|
||||
[`init` hooks]: async_hooks.html#async_hooks_init_asyncid_type_triggerasyncid_resource
|
||||
[async_hooks `type`]: async_hooks.html#async_hooks_type
|
||||
[context-aware addons]: addons.html#addons_context_aware_addons
|
||||
|
@ -1174,6 +1174,7 @@ Returns `true` if input is a version 6 IP address, otherwise returns `false`.
|
||||
[`net.createConnection(port, host)`]: #net_net_createconnection_port_host_connectlistener
|
||||
[`net.createServer()`]: #net_net_createserver_options_connectionlistener
|
||||
[`new net.Socket(options)`]: #net_new_net_socket_options
|
||||
[`readable.setEncoding()`]: stream.html#stream_readable_setencoding_encoding
|
||||
[`server.close()`]: #net_server_close_callback
|
||||
[`server.getConnections()`]: #net_server_getconnections_callback
|
||||
[`server.listen()`]: #net_server_listen
|
||||
@ -1193,7 +1194,6 @@ Returns `true` if input is a version 6 IP address, otherwise returns `false`.
|
||||
[`socket.setEncoding()`]: #net_socket_setencoding_encoding
|
||||
[`socket.setTimeout()`]: #net_socket_settimeout_timeout_callback
|
||||
[`socket.setTimeout(timeout)`]: #net_socket_settimeout_timeout_callback
|
||||
[`readable.setEncoding()`]: stream.html#stream_readable_setencoding_encoding
|
||||
[IPC]: #net_ipc_support
|
||||
[Identifying paths for IPC connections]: #net_identifying_paths_for_ipc_connections
|
||||
[Readable Stream]: stream.html#stream_class_stream_readable
|
||||
|
@ -2129,18 +2129,17 @@ cases:
|
||||
[`'rejectionHandled'`]: #process_event_rejectionhandled
|
||||
[`'uncaughtException'`]: #process_event_uncaughtexception
|
||||
[`ChildProcess.disconnect()`]: child_process.html#child_process_subprocess_disconnect
|
||||
[`subprocess.kill()`]: child_process.html#child_process_subprocess_kill_signal
|
||||
[`ChildProcess.send()`]: child_process.html#child_process_subprocess_send_message_sendhandle_options_callback
|
||||
[`ChildProcess`]: child_process.html#child_process_class_childprocess
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||
[`NODE_OPTIONS`]: cli.html#cli_node_options_options
|
||||
[`Worker`]: worker_threads.html#worker_threads_class_worker
|
||||
[`console.error()`]: console.html#console_console_error_data_args
|
||||
[`console.log()`]: console.html#console_console_log_data_args
|
||||
[`domain`]: domain.html
|
||||
[`net.Server`]: net.html#net_class_net_server
|
||||
[`net.Socket`]: net.html#net_class_net_socket
|
||||
[`NODE_OPTIONS`]: cli.html#cli_node_options_options
|
||||
[`os.constants.dlopen`]: os.html#os_dlopen_constants
|
||||
[`process.argv`]: #process_process_argv
|
||||
[`process.config`]: #process_process_config
|
||||
@ -2155,18 +2154,19 @@ cases:
|
||||
[`require()`]: globals.html#globals_require
|
||||
[`require.main`]: modules.html#modules_accessing_the_main_module
|
||||
[`require.resolve()`]: modules.html#modules_require_resolve_request_options
|
||||
[`subprocess.kill()`]: child_process.html#child_process_subprocess_kill_signal
|
||||
[`v8.setFlagsFromString()`]: v8.html#v8_v8_setflagsfromstring_flags
|
||||
[Android building]: https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os
|
||||
[Child Process]: child_process.html
|
||||
[Cluster]: cluster.html
|
||||
[debugger]: debugger.html
|
||||
[Duplex]: stream.html#stream_duplex_and_transform_streams
|
||||
[LTS]: https://github.com/nodejs/Release
|
||||
[note on process I/O]: process.html#process_a_note_on_process_i_o
|
||||
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
|
||||
[process_warning]: #process_event_warning
|
||||
[Readable]: stream.html#stream_readable_streams
|
||||
[Signal Events]: #process_signal_events
|
||||
[Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions
|
||||
[TTY]: tty.html#tty_tty
|
||||
[Writable]: stream.html#stream_writable_streams
|
||||
[debugger]: debugger.html
|
||||
[note on process I/O]: process.html#process_a_note_on_process_i_o
|
||||
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
|
||||
[process_warning]: #process_event_warning
|
||||
|
@ -2465,57 +2465,57 @@ contain multi-byte characters.
|
||||
[`'end'`]: #stream_event_end
|
||||
[`'finish'`]: #stream_event_finish
|
||||
[`'readable'`]: #stream_event_readable
|
||||
[`Duplex`]: #stream_class_stream_duplex
|
||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||
[`Readable`]: #stream_class_stream_readable
|
||||
[`Symbol.hasInstance`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance
|
||||
[`Transform`]: #stream_class_stream_transform
|
||||
[`Writable`]: #stream_class_stream_writable
|
||||
[`fs.createReadStream()`]: fs.html#fs_fs_createreadstream_path_options
|
||||
[`fs.createWriteStream()`]: fs.html#fs_fs_createwritestream_path_options
|
||||
[`net.Socket`]: net.html#net_class_net_socket
|
||||
[`process.stderr`]: process.html#process_process_stderr
|
||||
[`process.stdin`]: process.html#process_process_stdin
|
||||
[`process.stdout`]: process.html#process_process_stdout
|
||||
[`readable.push('')`]: #stream_readable_push
|
||||
[`stream.cork()`]: #stream_writable_cork
|
||||
[`stream.pipe()`]: #stream_readable_pipe_destination_options
|
||||
[`stream.uncork()`]: #stream_writable_uncork
|
||||
[`stream.unpipe()`]: #stream_readable_unpipe_destination
|
||||
[`stream.wrap()`]: #stream_readable_wrap_stream
|
||||
[`readable.push('')`]: #stream_readable_push
|
||||
[`writable.cork()`]: #stream_writable_cork
|
||||
[`writable.uncork()`]: #stream_writable_uncork
|
||||
[`zlib.createDeflate()`]: zlib.html#zlib_zlib_createdeflate_options
|
||||
[API for Stream Consumers]: #stream_api_for_stream_consumers
|
||||
[API for Stream Implementers]: #stream_api_for_stream_implementers
|
||||
[Compatibility]: #stream_compatibility_with_older_node_js_versions
|
||||
[`Duplex`]: #stream_class_stream_duplex
|
||||
[HTTP requests, on the client]: http.html#http_class_http_clientrequest
|
||||
[HTTP responses, on the server]: http.html#http_class_http_serverresponse
|
||||
[`Readable`]: #stream_class_stream_readable
|
||||
[TCP sockets]: net.html#net_class_net_socket
|
||||
[`Transform`]: #stream_class_stream_transform
|
||||
[`Writable`]: #stream_class_stream_writable
|
||||
[child process stdin]: child_process.html#child_process_subprocess_stdin
|
||||
[child process stdout and stderr]: child_process.html#child_process_subprocess_stdout
|
||||
[crypto]: crypto.html
|
||||
[finished]: #stream_stream_finished_stream_options_callback
|
||||
[fs read streams]: fs.html#fs_class_fs_readstream
|
||||
[fs write streams]: fs.html#fs_class_fs_writestream
|
||||
[http-incoming-message]: http.html#http_class_http_incomingmessage
|
||||
[zlib]: zlib.html
|
||||
[hwm-gotcha]: #stream_highwatermark_discrepancy_after_calling_readable_setencoding
|
||||
[object-mode]: #stream_object_mode
|
||||
[pipeline]: #stream_stream_pipeline_streams_callback
|
||||
[finished]: #stream_stream_finished_stream_options_callback
|
||||
[readable-_destroy]: #stream_readable_destroy_err_callback
|
||||
[readable-destroy]: #stream_readable_destroy_error
|
||||
[stream-_final]: #stream_writable_final_callback
|
||||
[stream-_flush]: #stream_transform_flush_callback
|
||||
[stream-_read]: #stream_readable_read_size_1
|
||||
[stream-_transform]: #stream_transform_transform_chunk_encoding_callback
|
||||
[stream-_write]: #stream_writable_write_chunk_encoding_callback_1
|
||||
[stream-_writev]: #stream_writable_writev_chunks_callback
|
||||
[stream-_final]: #stream_writable_final_callback
|
||||
[stream-end]: #stream_writable_end_chunk_encoding_callback
|
||||
[stream-pause]: #stream_readable_pause
|
||||
[stream-push]: #stream_readable_push_chunk_encoding
|
||||
[stream-read]: #stream_readable_read_size
|
||||
[stream-resume]: #stream_readable_resume
|
||||
[stream-write]: #stream_writable_write_chunk_encoding_callback
|
||||
[readable-_destroy]: #stream_readable_destroy_err_callback
|
||||
[readable-destroy]: #stream_readable_destroy_error
|
||||
[writable-_destroy]: #stream_writable_destroy_err_callback
|
||||
[writable-destroy]: #stream_writable_destroy_error
|
||||
[object-mode]: #stream_object_mode
|
||||
[zlib]: zlib.html
|
||||
|
@ -100,5 +100,5 @@ the server is working.
|
||||
Many of the examples in the documentation can be run similarly.
|
||||
|
||||
[Command Line Options]: cli.html#cli_command_line_options
|
||||
[web server]: http.html
|
||||
[this guide]: https://nodejs.org/en/download/package-manager/
|
||||
[web server]: http.html
|
||||
|
@ -206,5 +206,5 @@ console.log(trace_events.getEnabledCategories());
|
||||
|
||||
[Performance API]: perf_hooks.html
|
||||
[V8]: v8.html
|
||||
[`async_hooks`]: async_hooks.html
|
||||
[`Worker`]: worker_threads.html#worker_threads_class_worker
|
||||
[`async_hooks`]: async_hooks.html
|
||||
|
@ -214,6 +214,6 @@ a TTY and `false` if it is not, including whenever `fd` is not a non-negative
|
||||
integer.
|
||||
|
||||
[`net.Socket`]: net.html#net_class_net_socket
|
||||
[`process.stderr`]: process.html#process_process_stderr
|
||||
[`process.stdin`]: process.html#process_process_stdin
|
||||
[`process.stdout`]: process.html#process_process_stdout
|
||||
[`process.stderr`]: process.html#process_process_stderr
|
||||
|
@ -2176,20 +2176,17 @@ Deprecated predecessor of `console.log`.
|
||||
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
|
||||
[`'warning'`]: process.html#process_event_warning
|
||||
[`Array.isArray()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
|
||||
[`ArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
|
||||
[`ArrayBuffer.isView()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView
|
||||
[`assert.deepStrictEqual()`]: assert.html#assert_assert_deepstrictequal_actual_expected_message
|
||||
[`ArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
|
||||
[`Buffer.isBuffer()`]: buffer.html#buffer_class_method_buffer_isbuffer_obj
|
||||
[`console.error()`]: console.html#console_console_error_data_args
|
||||
[`console.log()`]: console.html#console_console_log_data_args
|
||||
[`DataView`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
|
||||
[`Date`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`Float32Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array
|
||||
[`Float64Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array
|
||||
[`Int8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array
|
||||
[`Int16Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array
|
||||
[`Int32Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array
|
||||
[`Int8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array
|
||||
[`Map`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
|
||||
[`Object.assign()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
||||
[`Promise`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
||||
@ -2197,6 +2194,16 @@ Deprecated predecessor of `console.log`.
|
||||
[`Set`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
|
||||
[`SharedArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
|
||||
[`TypedArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
|
||||
[`Uint16Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array
|
||||
[`Uint32Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
|
||||
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
|
||||
[`Uint8ClampedArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray
|
||||
[`WeakMap`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
|
||||
[`WeakSet`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet
|
||||
[`WebAssembly.Module`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module
|
||||
[`assert.deepStrictEqual()`]: assert.html#assert_assert_deepstrictequal_actual_expected_message
|
||||
[`console.error()`]: console.html#console_console_error_data_args
|
||||
[`console.log()`]: console.html#console_console_log_data_args
|
||||
[`util.format()`]: #util_util_format_format_args
|
||||
[`util.inspect()`]: #util_util_inspect_object_options
|
||||
[`util.promisify()`]: #util_util_promisify_original
|
||||
@ -2205,20 +2212,13 @@ Deprecated predecessor of `console.log`.
|
||||
[`util.types.isDate()`]: #util_util_types_isdate_value
|
||||
[`util.types.isNativeError()`]: #util_util_types_isnativeerror_value
|
||||
[`util.types.isSharedArrayBuffer()`]: #util_util_types_issharedarraybuffer_value
|
||||
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
|
||||
[`Uint8ClampedArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray
|
||||
[`Uint16Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array
|
||||
[`Uint32Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
|
||||
[`WeakMap`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
|
||||
[`WeakSet`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet
|
||||
[`WebAssembly.Module`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module
|
||||
[Common System Errors]: errors.html#errors_common_system_errors
|
||||
[Custom inspection functions on Objects]: #util_custom_inspection_functions_on_objects
|
||||
[Custom promisified functions]: #util_custom_promisified_functions
|
||||
[Customizing `util.inspect` colors]: #util_customizing_util_inspect_colors
|
||||
[Internationalization]: intl.html
|
||||
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
|
||||
[WHATWG Encoding Standard]: https://encoding.spec.whatwg.org/
|
||||
[Common System Errors]: errors.html#errors_common_system_errors
|
||||
[async function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
|
||||
[compare function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#Parameters
|
||||
[constructor]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor
|
||||
|
@ -404,6 +404,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by
|
||||
[`DefaultSerializer`]: #v8_class_v8_defaultserializer
|
||||
[`Deserializer`]: #v8_class_v8_deserializer
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-10.6/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
|
||||
[`Serializer`]: #v8_class_v8_serializer
|
||||
[`deserializer._readHostObject()`]: #v8_deserializer_readhostobject
|
||||
[`deserializer.transferArrayBuffer()`]: #v8_deserializer_transferarraybuffer_id_arraybuffer
|
||||
@ -413,8 +414,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by
|
||||
[`serializer.releaseBuffer()`]: #v8_serializer_releasebuffer
|
||||
[`serializer.transferArrayBuffer()`]: #v8_serializer_transferarraybuffer_id_arraybuffer
|
||||
[`serializer.writeRawBytes()`]: #v8_serializer_writerawbytes_buffer
|
||||
[`vm.Script`]: vm.html#vm_new_vm_script_code_options
|
||||
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
|
||||
[V8]: https://developers.google.com/v8/
|
||||
[`vm.Script`]: vm.html#vm_new_vm_script_code_options
|
||||
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
|
||||
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-10.6/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
|
||||
|
@ -995,8 +995,8 @@ the `process.nextTick()` and `queueMicrotask()` functions.
|
||||
This issue occurs because all contexts share the same microtask and nextTick
|
||||
queues.
|
||||
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`]: errors.html#ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING
|
||||
[`Error`]: errors.html#errors_class_error
|
||||
[`URL`]: url.html#url_class_url
|
||||
[`eval()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
|
||||
[`script.runInContext()`]: #vm_script_runincontext_contextifiedsandbox_options
|
||||
@ -1005,12 +1005,12 @@ queues.
|
||||
[`vm.createContext()`]: #vm_vm_createcontext_sandbox_options
|
||||
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedsandbox_options
|
||||
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
|
||||
[GetModuleNamespace]: https://tc39.github.io/ecma262/#sec-getmodulenamespace
|
||||
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
|
||||
[ECMAScript Module Loader]: esm.html#esm_ecmascript_modules
|
||||
[Evaluate() concrete method]: https://tc39.github.io/ecma262/#sec-moduleevaluation
|
||||
[GetModuleNamespace]: https://tc39.github.io/ecma262/#sec-getmodulenamespace
|
||||
[HostResolveImportedModule]: https://tc39.github.io/ecma262/#sec-hostresolveimportedmodule
|
||||
[Instantiate() concrete method]: https://tc39.github.io/ecma262/#sec-moduledeclarationinstantiation
|
||||
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
|
||||
[Source Text Module Record]: https://tc39.github.io/ecma262/#sec-source-text-module-records
|
||||
[V8 Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts
|
||||
[contextified]: #vm_what_does_it_mean_to_contextify_an_object
|
||||
|
@ -463,35 +463,35 @@ active handle in the event system. If the worker is already `unref()`ed calling
|
||||
[`Buffer`]: buffer.html
|
||||
[`EventEmitter`]: events.html
|
||||
[`MessagePort`]: #worker_threads_class_messageport
|
||||
[`port.postMessage()`]: #worker_threads_port_postmessage_value_transferlist
|
||||
[`SharedArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
|
||||
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
|
||||
[`Worker`]: #worker_threads_class_worker
|
||||
[`worker.terminate()`]: #worker_threads_worker_terminate_callback
|
||||
[`worker.postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
|
||||
[`worker.on('message')`]: #worker_threads_event_message_1
|
||||
[`worker.threadId`]: #worker_threads_worker_threadid_1
|
||||
[`cluster` module]: cluster.html
|
||||
[`inspector`]: inspector.html
|
||||
[`port.on('message')`]: #worker_threads_event_message
|
||||
[`process.exit()`]: process.html#process_process_exit_code
|
||||
[`port.postMessage()`]: #worker_threads_port_postmessage_value_transferlist
|
||||
[`process.abort()`]: process.html#process_process_abort
|
||||
[`process.chdir()`]: process.html#process_process_chdir_directory
|
||||
[`process.env`]: process.html#process_process_env
|
||||
[`process.stdin`]: process.html#process_process_stdin
|
||||
[`process.exit()`]: process.html#process_process_exit_code
|
||||
[`process.stderr`]: process.html#process_process_stderr
|
||||
[`process.stdin`]: process.html#process_process_stdin
|
||||
[`process.stdout`]: process.html#process_process_stdout
|
||||
[`process.title`]: process.html#process_process_title
|
||||
[`require('worker_threads').workerData`]: #worker_threads_worker_workerdata
|
||||
[`require('worker_threads').parentPort.on('message')`]: #worker_threads_event_message
|
||||
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
|
||||
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
|
||||
[`require('worker_threads').parentPort.on('message')`]: #worker_threads_event_message
|
||||
[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
|
||||
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
|
||||
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid
|
||||
[`cluster` module]: cluster.html
|
||||
[`inspector`]: inspector.html
|
||||
[v8.serdes]: v8.html#v8_serialization_api
|
||||
[`SharedArrayBuffer`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
|
||||
[Signals events]: process.html#process_signal_events
|
||||
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
|
||||
[`require('worker_threads').workerData`]: #worker_threads_worker_workerdata
|
||||
[`trace_events`]: tracing.html
|
||||
[`worker.on('message')`]: #worker_threads_event_message_1
|
||||
[`worker.postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
|
||||
[`worker.terminate()`]: #worker_threads_worker_terminate_callback
|
||||
[`worker.threadId`]: #worker_threads_worker_threadid_1
|
||||
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
|
||||
[Signals events]: process.html#process_signal_events
|
||||
[Web Workers]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
|
||||
[browser `MessagePort`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort
|
||||
[child processes]: child_process.html
|
||||
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
|
||||
[Web Workers]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
|
||||
[v8.serdes]: v8.html#v8_serialization_api
|
||||
|
@ -835,12 +835,12 @@ Decompress a chunk of data with [`Unzip`][].
|
||||
[`Buffer`]: buffer.html#buffer_class_buffer
|
||||
[`Content-Encoding`]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
|
||||
[`DataView`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
|
||||
[`Deflate`]: #zlib_class_zlib_deflate
|
||||
[`DeflateRaw`]: #zlib_class_zlib_deflateraw
|
||||
[`Deflate`]: #zlib_class_zlib_deflate
|
||||
[`Gunzip`]: #zlib_class_zlib_gunzip
|
||||
[`Gzip`]: #zlib_class_zlib_gzip
|
||||
[`Inflate`]: #zlib_class_zlib_inflate
|
||||
[`InflateRaw`]: #zlib_class_zlib_inflateraw
|
||||
[`Inflate`]: #zlib_class_zlib_inflate
|
||||
[`TypedArray`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
|
||||
[`Unzip`]: #zlib_class_zlib_unzip
|
||||
[`stream.Transform`]: stream.html#stream_class_stream_transform
|
||||
|
Loading…
x
Reference in New Issue
Block a user