assert | new assert.CallTracker() | v14.2.0 | v12.19.0, | https://nodejs.org/api/assert.html#assert_new_assert_calltracker |
assert | tracker.calls([fn][, exact]) | v14.2.0 | v12.19.0, | https://nodejs.org/api/assert.html#assert_tracker_calls_fn_exact |
assert | tracker.getCalls(fn) | v18.8.0 | v16.18.0, | https://nodejs.org/api/assert.html#assert_tracker_getcalls_fn |
assert | tracker.report() | v14.2.0 | v12.19.0, | https://nodejs.org/api/assert.html#assert_tracker_report |
assert | tracker.reset([fn]) | v18.8.0 | v16.18.0, | https://nodejs.org/api/assert.html#assert_tracker_reset_fn |
assert | tracker.verify() | v14.2.0 | v12.19.0, | https://nodejs.org/api/assert.html#assert_tracker_verify |
async_hooks | async_hooks.executionAsyncResource() | v13.9.0 | v12.17.0, | https://nodejs.org/api/async_hooks.html#async_hooks_async_hooks_executionasyncresource |
async_hooks | async_hooks.asyncWrapProviders | v17.2.0 | v16.14.0, | https://nodejs.org/api/async_hooks.html#async_hooks_async_hooks_asyncwrapproviders |
buffer | new buffer.Blob([sources[, options]]) | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_new_buffer_blob_sources_options |
buffer | blob.arrayBuffer() | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_blob_arraybuffer |
buffer | blob.size | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_blob_size |
buffer | blob.slice([start[, end[, type]]]) | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_blob_slice_start_end_type |
buffer | blob.stream() | v16.7.0 | | https://nodejs.org/api/buffer.html#buffer_blob_stream |
buffer | blob.text() | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_blob_text |
buffer | blob.type | v15.7.0 | v14.18.0, | https://nodejs.org/api/buffer.html#buffer_blob_type |
buffer | Static method: Buffer.copyBytesFrom(view[, offset[, length]]) | v19.8.0 | v18.16.0, | https://nodejs.org/api/buffer.html#buffer_static_method_buffer_copybytesfrom_view_offset_length |
buffer | buf.readBigInt64BE([offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_readbigint64be_offset |
buffer | buf.readBigInt64LE([offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_readbigint64le_offset |
buffer | buf.readBigUInt64BE([offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_readbiguint64be_offset |
buffer | buf.readBigUInt64LE([offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_readbiguint64le_offset |
buffer | buf.writeBigInt64BE(value[, offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_writebigint64be_value_offset |
buffer | buf.writeBigInt64LE(value[, offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_writebigint64le_value_offset |
buffer | buf.writeBigUInt64BE(value[, offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_writebiguint64be_value_offset |
buffer | buf.writeBigUInt64LE(value[, offset]) | v12.0.0 | v10.20.0, | https://nodejs.org/api/buffer.html#buffer_buf_writebiguint64le_value_offset |
buffer | new buffer.File(sources, fileName[, options]) | v19.2.0 | v18.13.0, | https://nodejs.org/api/buffer.html#buffer_new_buffer_file_sources_filename_options |
buffer | file.name | v19.2.0 | v18.13.0, | https://nodejs.org/api/buffer.html#buffer_file_name |
buffer | file.lastModified | v19.2.0 | v18.13.0, | https://nodejs.org/api/buffer.html#buffer_file_lastmodified |
buffer | buffer.atob(data) | v15.13.0 | v14.17.0, | https://nodejs.org/api/buffer.html#buffer_buffer_atob_data |
buffer | buffer.btoa(data) | v15.13.0 | v14.17.0, | https://nodejs.org/api/buffer.html#buffer_buffer_btoa_data |
buffer | buffer.isAscii(input) | v19.6.0 | v18.15.0, | https://nodejs.org/api/buffer.html#buffer_buffer_isascii_input |
buffer | buffer.isUtf8(input) | v19.4.0 | v18.14.0, | https://nodejs.org/api/buffer.html#buffer_buffer_isutf8_input |
buffer | buffer.resolveObjectURL(id) | v16.7.0 | | https://nodejs.org/api/buffer.html#buffer_buffer_resolveobjecturl_id |
console | console.table(tabularData[, properties]) | v10.0.0 | | https://nodejs.org/api/console.html#console_console_table_tabulardata_properties |
console | console.timeLog([label][, ...data]) | v10.7.0 | | https://nodejs.org/api/console.html#console_console_timelog_label_data |
crypto | Static method: ECDH.convertKey(key, curve[, inputEncoding[, outputEncoding[, format]]]) | v10.0.0 | | https://nodejs.org/api/crypto.html#crypto_static_method_ecdh_convertkey_key_curve_inputencoding_outputencoding_format |
crypto | hash.copy([options]) | v13.1.0 | | https://nodejs.org/api/crypto.html#crypto_hash_copy_options |
crypto | Static method: KeyObject.from(key) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_static_method_keyobject_from_key |
crypto | keyObject.asymmetricKeyDetails | v15.7.0 | | https://nodejs.org/api/crypto.html#crypto_keyobject_asymmetrickeydetails |
crypto | keyObject.asymmetricKeyType | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_keyobject_asymmetrickeytype |
crypto | keyObject.export([options]) | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_keyobject_export_options |
crypto | keyObject.equals(otherKeyObject) | v17.7.0 | v16.15.0, | https://nodejs.org/api/crypto.html#crypto_keyobject_equals_otherkeyobject |
crypto | keyObject.symmetricKeySize | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_keyobject_symmetrickeysize |
crypto | keyObject.type | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_keyobject_type |
crypto | new X509Certificate(buffer) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_new_x509certificate_buffer |
crypto | x509.ca | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_ca |
crypto | x509.checkEmail(email[, options]) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_checkemail_email_options |
crypto | x509.checkHost(name[, options]) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_checkhost_name_options |
crypto | x509.checkIP(ip) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_checkip_ip |
crypto | x509.checkIssued(otherCert) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_checkissued_othercert |
crypto | x509.checkPrivateKey(privateKey) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_checkprivatekey_privatekey |
crypto | x509.fingerprint | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_fingerprint |
crypto | x509.fingerprint256 | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_fingerprint256 |
crypto | x509.fingerprint512 | v17.2.0 | v16.14.0, | https://nodejs.org/api/crypto.html#crypto_x509_fingerprint512 |
crypto | x509.infoAccess | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_infoaccess |
crypto | x509.issuer | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_issuer |
crypto | x509.issuerCertificate | v15.9.0 | | https://nodejs.org/api/crypto.html#crypto_x509_issuercertificate |
crypto | x509.keyUsage | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_keyusage |
crypto | x509.publicKey | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_publickey |
crypto | x509.raw | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_raw |
crypto | x509.serialNumber | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_serialnumber |
crypto | x509.subject | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_subject |
crypto | x509.subjectAltName | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_subjectaltname |
crypto | x509.toJSON() | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_tojson |
crypto | x509.toLegacyObject() | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_tolegacyobject |
crypto | x509.toString() | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_tostring |
crypto | x509.validFrom | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_validfrom |
crypto | x509.validTo | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_validto |
crypto | x509.verify(publicKey) | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_x509_verify_publickey |
crypto | crypto.checkPrime(candidate[, options], callback) | v15.8.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_checkprime_candidate_options_callback |
crypto | crypto.checkPrimeSync(candidate[, options]) | v15.8.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_checkprimesync_candidate_options |
crypto | crypto.createPrivateKey(key) | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_createprivatekey_key |
crypto | crypto.createPublicKey(key) | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_createpublickey_key |
crypto | crypto.createSecretKey(key[, encoding]) | v11.6.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_createsecretkey_key_encoding |
crypto | crypto.diffieHellman(options) | v13.9.0 | v12.17.0, | https://nodejs.org/api/crypto.html#crypto_crypto_diffiehellman_options |
crypto | crypto.generateKey(type, options, callback) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generatekey_type_options_callback |
crypto | crypto.generateKeyPair(type, options, callback) | v10.12.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generatekeypair_type_options_callback |
crypto | crypto.generateKeyPairSync(type, options) | v10.12.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generatekeypairsync_type_options |
crypto | crypto.generateKeySync(type, options) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generatekeysync_type_options |
crypto | crypto.generatePrime(size[, options[, callback]]) | v15.8.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generateprime_size_options_callback |
crypto | crypto.generatePrimeSync(size[, options]) | v15.8.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_generateprimesync_size_options |
crypto | crypto.getCipherInfo(nameOrNid[, options]) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_getcipherinfo_nameornid_options |
crypto | crypto.getFips() | v10.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_getfips |
crypto | crypto.getRandomValues(typedArray) | v17.4.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_getrandomvalues_typedarray |
crypto | crypto.hkdf(digest, ikm, salt, info, keylen, callback) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_hkdf_digest_ikm_salt_info_keylen_callback |
crypto | crypto.hkdfSync(digest, ikm, salt, info, keylen) | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_hkdfsync_digest_ikm_salt_info_keylen |
crypto | crypto.randomInt([min, ]max[, callback]) | v14.10.0 | v12.19.0, | https://nodejs.org/api/crypto.html#crypto_crypto_randomint_min_max_callback |
crypto | crypto.randomUUID([options]) | v15.6.0 | v14.17.0, | https://nodejs.org/api/crypto.html#crypto_crypto_randomuuid_options |
crypto | crypto.scrypt(password, salt, keylen[, options], callback) | v10.5.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback |
crypto | crypto.scryptSync(password, salt, keylen[, options]) | v10.5.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_scryptsync_password_salt_keylen_options |
crypto | crypto.secureHeapUsed() | v15.6.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_secureheapused |
crypto | crypto.setFips(bool) | v10.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_setfips_bool |
crypto | crypto.sign(algorithm, data, key[, callback]) | v12.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_sign_algorithm_data_key_callback |
crypto | crypto.subtle | v17.4.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_subtle |
crypto | crypto.verify(algorithm, data, key, signature[, callback]) | v12.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_verify_algorithm_data_key_signature_callback |
crypto | crypto.webcrypto | v15.0.0 | | https://nodejs.org/api/crypto.html#crypto_crypto_webcrypto |
dgram | socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface]) | v13.1.0 | v12.16.0, | https://nodejs.org/api/dgram.html#dgram_socket_addsourcespecificmembership_sourceaddress_groupaddress_multicastinterface |
dgram | socket.connect(port[, address][, callback]) | v12.0.0 | | https://nodejs.org/api/dgram.html#dgram_socket_connect_port_address_callback |
dgram | socket.disconnect() | v12.0.0 | | https://nodejs.org/api/dgram.html#dgram_socket_disconnect |
dgram | socket.dropSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface]) | v13.1.0 | v12.16.0, | https://nodejs.org/api/dgram.html#dgram_socket_dropsourcespecificmembership_sourceaddress_groupaddress_multicastinterface |
dgram | socket.getSendQueueSize() | v18.8.0 | v16.19.0, | https://nodejs.org/api/dgram.html#dgram_socket_getsendqueuesize |
dgram | socket.getSendQueueCount() | v18.8.0 | v16.19.0, | https://nodejs.org/api/dgram.html#dgram_socket_getsendqueuecount |
dgram | socket.remoteAddress() | v12.0.0 | | https://nodejs.org/api/dgram.html#dgram_socket_remoteaddress |
diagnostics_channel | Class: Channel | v15.1.0 | v14.17.0, | https://nodejs.org/api/diagnostics_channel.html#diagnostics_channel_class_channel |
diagnostics_channel | Class: TracingChannel | v19.9.0 | | https://nodejs.org/api/diagnostics_channel.html#diagnostics_channel_class_tracingchannel |
dns | resolver.setLocalAddress([ipv4][, ipv6]) | v15.1.0 | v14.17.0, | https://nodejs.org/api/dns.html#dns_resolver_setlocaladdress_ipv4_ipv6 |
dns | Class: dnsPromises.Resolver | v10.6.0 | | https://nodejs.org/api/dns.html#dns_class_dnspromises_resolver |
dns | resolver.cancel() | v15.3.0 | v14.17.0, | https://nodejs.org/api/dns.html#dns_resolver_cancel |
dns | dnsPromises.getServers() | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_getservers |
dns | dnsPromises.lookup(hostname[, options]) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_lookup_hostname_options |
dns | dnsPromises.lookupService(address, port) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_lookupservice_address_port |
dns | dnsPromises.resolve(hostname[, rrtype]) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolve_hostname_rrtype |
dns | dnsPromises.resolve4(hostname[, options]) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolve4_hostname_options |
dns | dnsPromises.resolve6(hostname[, options]) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolve6_hostname_options |
dns | dnsPromises.resolveAny(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolveany_hostname |
dns | dnsPromises.resolveCaa(hostname) | v15.0.0 | v14.17.0, | https://nodejs.org/api/dns.html#dns_dnspromises_resolvecaa_hostname |
dns | dnsPromises.resolveCname(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvecname_hostname |
dns | dnsPromises.resolveMx(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvemx_hostname |
dns | dnsPromises.resolveNaptr(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvenaptr_hostname |
dns | dnsPromises.resolveNs(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvens_hostname |
dns | dnsPromises.resolvePtr(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolveptr_hostname |
dns | dnsPromises.resolveSoa(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvesoa_hostname |
dns | dnsPromises.resolveSrv(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvesrv_hostname |
dns | dnsPromises.resolveTxt(hostname) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_resolvetxt_hostname |
dns | dnsPromises.reverse(ip) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_reverse_ip |
dns | dnsPromises.setDefaultResultOrder(order) | v16.4.0 | v14.18.0, | https://nodejs.org/api/dns.html#dns_dnspromises_setdefaultresultorder_order |
dns | dnsPromises.getDefaultResultOrder() | v20.1.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_getdefaultresultorder |
dns | dnsPromises.setServers(servers) | v10.6.0 | | https://nodejs.org/api/dns.html#dns_dnspromises_setservers_servers |
events | emitter.off(eventName, listener) | v10.0.0 | | https://nodejs.org/api/events.html#events_emitter_off_eventname_listener |
events | emitter[Symbol.for('nodejs.rejection')](err, eventName[, ...args]) | v13.4.0 | v12.16.0, | https://nodejs.org/api/events.html#events_emitter_symbol_for_nodejs_rejection_err_eventname_args |
events | Class: Event | v14.5.0 | | https://nodejs.org/api/events.html#events_class_event |
events | Class: EventTarget | v14.5.0 | | https://nodejs.org/api/events.html#events_class_eventtarget |
events | Class: CustomEvent | v18.7.0 | v16.17.0, | https://nodejs.org/api/events.html#events_class_customevent |
events | Class: NodeEventTarget | v14.5.0 | | https://nodejs.org/api/events.html#events_class_nodeeventtarget |
fs | Class: FileHandle | v10.0.0 | | https://nodejs.org/api/fs.html#fs_class_filehandle |
fs | fsPromises.access(path[, mode]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_access_path_mode |
fs | fsPromises.appendFile(path, data[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_appendfile_path_data_options |
fs | fsPromises.chmod(path, mode) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_chmod_path_mode |
fs | fsPromises.chown(path, uid, gid) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_chown_path_uid_gid |
fs | fsPromises.copyFile(src, dest[, mode]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_copyfile_src_dest_mode |
fs | fsPromises.cp(src, dest[, options]) | v16.7.0 | | https://nodejs.org/api/fs.html#fs_fspromises_cp_src_dest_options |
fs | fsPromises.lchown(path, uid, gid) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_lchown_path_uid_gid |
fs | fsPromises.lutimes(path, atime, mtime) | v14.5.0 | v12.19.0, | https://nodejs.org/api/fs.html#fs_fspromises_lutimes_path_atime_mtime |
fs | fsPromises.link(existingPath, newPath) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_link_existingpath_newpath |
fs | fsPromises.lstat(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_lstat_path_options |
fs | fsPromises.mkdir(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_mkdir_path_options |
fs | fsPromises.mkdtemp(prefix[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_mkdtemp_prefix_options |
fs | fsPromises.open(path, flags[, mode]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_open_path_flags_mode |
fs | fsPromises.opendir(path[, options]) | v12.12.0 | | https://nodejs.org/api/fs.html#fs_fspromises_opendir_path_options |
fs | fsPromises.readdir(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_readdir_path_options |
fs | fsPromises.readFile(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_readfile_path_options |
fs | fsPromises.readlink(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_readlink_path_options |
fs | fsPromises.realpath(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_realpath_path_options |
fs | fsPromises.rename(oldPath, newPath) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_rename_oldpath_newpath |
fs | fsPromises.rmdir(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_rmdir_path_options |
fs | fsPromises.rm(path[, options]) | v14.14.0 | | https://nodejs.org/api/fs.html#fs_fspromises_rm_path_options |
fs | fsPromises.stat(path[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_stat_path_options |
fs | fsPromises.statfs(path[, options]) | v19.6.0 | v18.15.0, | https://nodejs.org/api/fs.html#fs_fspromises_statfs_path_options |
fs | fsPromises.symlink(target, path[, type]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_symlink_target_path_type |
fs | fsPromises.truncate(path[, len]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_truncate_path_len |
fs | fsPromises.unlink(path) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_unlink_path |
fs | fsPromises.utimes(path, atime, mtime) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_utimes_path_atime_mtime |
fs | fsPromises.watch(filename[, options]) | v15.9.0 | v14.18.0, | https://nodejs.org/api/fs.html#fs_fspromises_watch_filename_options |
fs | fsPromises.writeFile(file, data[, options]) | v10.0.0 | | https://nodejs.org/api/fs.html#fs_fspromises_writefile_file_data_options |
fs | fsPromises.constants | v18.4.0 | v16.17.0, | https://nodejs.org/api/fs.html#fs_fspromises_constants |
fs | fs.cp(src, dest[, options], callback) | v16.7.0 | | https://nodejs.org/api/fs.html#fs_fs_cp_src_dest_options_callback |
fs | fs.lutimes(path, atime, mtime, callback) | v14.5.0 | v12.19.0, | https://nodejs.org/api/fs.html#fs_fs_lutimes_path_atime_mtime_callback |
fs | fs.openAsBlob(path[, options]) | v19.8.0 | | https://nodejs.org/api/fs.html#fs_fs_openasblob_path_options |
fs | fs.opendir(path[, options], callback) | v12.12.0 | | https://nodejs.org/api/fs.html#fs_fs_opendir_path_options_callback |
fs | fs.read(fd[, options], callback) | v13.11.0 | v12.17.0, | https://nodejs.org/api/fs.html#fs_fs_read_fd_options_callback |
fs | fs.read(fd, buffer[, options], callback) | v18.2.0 | v16.17.0, | https://nodejs.org/api/fs.html#fs_fs_read_fd_buffer_options_callback |
fs | fs.readv(fd, buffers[, position], callback) | v13.13.0 | v12.17.0, | https://nodejs.org/api/fs.html#fs_fs_readv_fd_buffers_position_callback |
fs | fs.rm(path[, options], callback) | v14.14.0 | | https://nodejs.org/api/fs.html#fs_fs_rm_path_options_callback |
fs | fs.statfs(path[, options], callback) | v19.6.0 | v18.15.0, | https://nodejs.org/api/fs.html#fs_fs_statfs_path_options_callback |
fs | fs.write(fd, buffer[, options], callback) | v18.3.0 | v16.17.0, | https://nodejs.org/api/fs.html#fs_fs_write_fd_buffer_options_callback |
fs | fs.writev(fd, buffers[, position], callback) | v12.9.0 | | https://nodejs.org/api/fs.html#fs_fs_writev_fd_buffers_position_callback |
fs | fs.cpSync(src, dest[, options]) | v16.7.0 | | https://nodejs.org/api/fs.html#fs_fs_cpsync_src_dest_options |
fs | fs.lutimesSync(path, atime, mtime) | v14.5.0 | v12.19.0, | https://nodejs.org/api/fs.html#fs_fs_lutimessync_path_atime_mtime |
fs | fs.opendirSync(path[, options]) | v12.12.0 | | https://nodejs.org/api/fs.html#fs_fs_opendirsync_path_options |
fs | fs.readSync(fd, buffer[, options]) | v13.13.0 | v12.17.0, | https://nodejs.org/api/fs.html#fs_fs_readsync_fd_buffer_options |
fs | fs.readvSync(fd, buffers[, position]) | v13.13.0 | v12.17.0, | https://nodejs.org/api/fs.html#fs_fs_readvsync_fd_buffers_position |
fs | fs.rmSync(path[, options]) | v14.14.0 | | https://nodejs.org/api/fs.html#fs_fs_rmsync_path_options |
fs | fs.statfsSync(path[, options]) | v19.6.0 | v18.15.0, | https://nodejs.org/api/fs.html#fs_fs_statfssync_path_options |
fs | fs.writeSync(fd, buffer[, options]) | v18.3.0 | v16.17.0, | https://nodejs.org/api/fs.html#fs_fs_writesync_fd_buffer_options |
fs | fs.writevSync(fd, buffers[, position]) | v12.9.0 | | https://nodejs.org/api/fs.html#fs_fs_writevsync_fd_buffers_position |
fs | Class: fs.Dir | v12.12.0 | | https://nodejs.org/api/fs.html#fs_class_fs_dir |
fs | Class: fs.Dirent | v10.10.0 | | https://nodejs.org/api/fs.html#fs_class_fs_dirent |
fs | Class: fs.StatWatcher | v14.3.0 | v12.20.0, | https://nodejs.org/api/fs.html#fs_class_fs_statwatcher |
fs | Class: fs.StatFs | v19.6.0 | v18.15.0, | https://nodejs.org/api/fs.html#fs_class_fs_statfs |
globals | abortController.abort([reason]) | v15.0.0 | v14.17.0, | https://nodejs.org/api/globals.html#globals_abortcontroller_abort_reason |
globals | abortController.signal | v15.0.0 | v14.17.0, | https://nodejs.org/api/globals.html#globals_abortcontroller_signal |
globals | Class: AbortSignal | v15.0.0 | v14.17.0, | https://nodejs.org/api/globals.html#globals_class_abortsignal |
http | agent.maxTotalSockets | v14.5.0 | v12.19.0, | https://nodejs.org/api/http.html#http_agent_maxtotalsockets |
http | request.cork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_request_cork |
http | request.getRawHeaderNames() | v15.13.0 | v14.17.0, | https://nodejs.org/api/http.html#http_request_getrawheadernames |
http | request.host | v14.5.0 | v12.19.0, | https://nodejs.org/api/http.html#http_request_host |
http | request.protocol | v14.5.0 | v12.19.0, | https://nodejs.org/api/http.html#http_request_protocol |
http | request.reusedSocket | v13.0.0 | v12.16.0, | https://nodejs.org/api/http.html#http_request_reusedsocket |
http | request.uncork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_request_uncork |
http | request.writableEnded | v12.9.0 | | https://nodejs.org/api/http.html#http_request_writableended |
http | request.writableFinished | v12.7.0 | | https://nodejs.org/api/http.html#http_request_writablefinished |
http | server.closeAllConnections() | v18.2.0 | | https://nodejs.org/api/http.html#http_server_closeallconnections |
http | server.closeIdleConnections() | v18.2.0 | | https://nodejs.org/api/http.html#http_server_closeidleconnections |
http | server.headersTimeout | v11.3.0 | v10.14.0, | https://nodejs.org/api/http.html#http_server_headerstimeout |
http | server.requestTimeout | v14.11.0 | | https://nodejs.org/api/http.html#http_server_requesttimeout |
http | server.maxRequestsPerSocket | v16.10.0 | | https://nodejs.org/api/http.html#http_server_maxrequestspersocket |
http | response.cork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_response_cork |
http | response.req | v15.7.0 | | https://nodejs.org/api/http.html#http_response_req |
http | response.strictContentLength | v18.10.0 | v16.18.0, | https://nodejs.org/api/http.html#http_response_strictcontentlength |
http | response.uncork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_response_uncork |
http | response.writableEnded | v12.9.0 | | https://nodejs.org/api/http.html#http_response_writableended |
http | response.writableFinished | v12.7.0 | | https://nodejs.org/api/http.html#http_response_writablefinished |
http | response.writeEarlyHints(hints[, callback]) | v18.11.0 | | https://nodejs.org/api/http.html#http_response_writeearlyhints_hints_callback |
http | response.writeProcessing() | v10.0.0 | | https://nodejs.org/api/http.html#http_response_writeprocessing |
http | message.aborted | v10.1.0 | | https://nodejs.org/api/http.html#http_message_aborted |
http | message.headersDistinct | v18.3.0 | v16.17.0, | https://nodejs.org/api/http.html#http_message_headersdistinct |
http | message.trailersDistinct | v18.3.0 | v16.17.0, | https://nodejs.org/api/http.html#http_message_trailersdistinct |
http | outgoingMessage.appendHeader(name, value) | v18.3.0 | v16.17.0, | https://nodejs.org/api/http.html#http_outgoingmessage_appendheader_name_value |
http | outgoingMessage.cork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_outgoingmessage_cork |
http | outgoingMessage.setHeaders(headers) | v19.6.0 | v18.15.0, | https://nodejs.org/api/http.html#http_outgoingmessage_setheaders_headers |
http | outgoingMessage.uncork() | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_outgoingmessage_uncork |
http | outgoingMessage.writableCorked | v13.2.0 | v12.16.0, | https://nodejs.org/api/http.html#http_outgoingmessage_writablecorked |
http | outgoingMessage.writableEnded | v12.9.0 | | https://nodejs.org/api/http.html#http_outgoingmessage_writableended |
http | outgoingMessage.writableFinished | v12.7.0 | | https://nodejs.org/api/http.html#http_outgoingmessage_writablefinished |
http | outgoingMessage.writableHighWaterMark | v12.9.0 | | https://nodejs.org/api/http.html#http_outgoingmessage_writablehighwatermark |
http | outgoingMessage.writableLength | v12.9.0 | | https://nodejs.org/api/http.html#http_outgoingmessage_writablelength |
http | outgoingMessage.writableObjectMode | v12.9.0 | | https://nodejs.org/api/http.html#http_outgoingmessage_writableobjectmode |
http2 | http2.sensitiveHeaders | v15.0.0 | v14.18.0, | https://nodejs.org/api/http2.html#http2_http2_sensitiveheaders |
https | server.closeAllConnections() | v18.2.0 | | https://nodejs.org/api/https.html#https_server_closeallconnections |
https | server.closeIdleConnections() | v18.2.0 | | https://nodejs.org/api/https.html#https_server_closeidleconnections |
https | server.headersTimeout | v11.3.0 | | https://nodejs.org/api/https.html#https_server_headerstimeout |
https | server.requestTimeout | v14.11.0 | | https://nodejs.org/api/https.html#https_server_requesttimeout |
inspector | inspector.waitForDebugger() | v12.7.0 | | https://nodejs.org/api/inspector.html#inspector_inspector_waitfordebugger |
module | module.createRequire(filename) | v12.2.0 | | https://nodejs.org/api/module.html#module_module_createrequire_filename |
module | module.isBuiltin(moduleName) | v18.6.0 | v16.17.0, | https://nodejs.org/api/module.html#module_module_isbuiltin_modulename |
module | module.syncBuiltinESMExports() | v12.12.0 | | https://nodejs.org/api/module.html#module_module_syncbuiltinesmexports |
module | module.findSourceMap(path) | v13.7.0 | v12.17.0, | https://nodejs.org/api/module.html#module_module_findsourcemap_path |
module | Class: module.SourceMap | v13.7.0 | v12.17.0, | https://nodejs.org/api/module.html#module_class_module_sourcemap |
net | blockList.addAddress(address[, type]) | v15.0.0 | v14.18.0, | https://nodejs.org/api/net.html#net_blocklist_addaddress_address_type |
net | blockList.addRange(start, end[, type]) | v15.0.0 | v14.18.0, | https://nodejs.org/api/net.html#net_blocklist_addrange_start_end_type |
net | blockList.addSubnet(net, prefix[, type]) | v15.0.0 | v14.18.0, | https://nodejs.org/api/net.html#net_blocklist_addsubnet_net_prefix_type |
net | blockList.check(address[, type]) | v15.0.0 | v14.18.0, | https://nodejs.org/api/net.html#net_blocklist_check_address_type |
net | blockList.rules | v15.0.0 | v14.18.0, | https://nodejs.org/api/net.html#net_blocklist_rules |
net | new net.SocketAddress([options]) | v15.14.0 | v14.18.0, | https://nodejs.org/api/net.html#net_new_net_socketaddress_options |
net | socketaddress.address | v15.14.0 | v14.18.0, | https://nodejs.org/api/net.html#net_socketaddress_address |
net | socketaddress.family | v15.14.0 | v14.18.0, | https://nodejs.org/api/net.html#net_socketaddress_family |
net | socketaddress.flowlabel | v15.14.0 | v14.18.0, | https://nodejs.org/api/net.html#net_socketaddress_flowlabel |
net | socketaddress.port | v15.14.0 | v14.18.0, | https://nodejs.org/api/net.html#net_socketaddress_port |
net | socket.autoSelectFamilyAttemptedAddresses | v19.4.0 | | https://nodejs.org/api/net.html#net_socket_autoselectfamilyattemptedaddresses |
net | socket.localFamily | v18.8.0 | v16.18.0, | https://nodejs.org/api/net.html#net_socket_localfamily |
net | socket.pending | v11.2.0 | v10.16.0, | https://nodejs.org/api/net.html#net_socket_pending |
net | socket.resetAndDestroy() | v18.3.0 | v16.17.0, | https://nodejs.org/api/net.html#net_socket_resetanddestroy |
net | socket.timeout | v10.7.0 | | https://nodejs.org/api/net.html#net_socket_timeout |
os | Priority constants | v10.10.0 | | https://nodejs.org/api/os.html#os_priority_constants |
perf_hooks | performance.clearMeasures([name]) | v16.7.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_clearmeasures_name |
perf_hooks | performance.clearResourceTimings([name]) | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_clearresourcetimings_name |
perf_hooks | performance.eventLoopUtilization([utilization1[, utilization2]]) | v14.10.0 | v12.19.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_eventlooputilization_utilization1_utilization2 |
perf_hooks | performance.getEntries() | v16.7.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_getentries |
perf_hooks | performance.getEntriesByName(name[, type]) | v16.7.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_getentriesbyname_name_type |
perf_hooks | performance.getEntriesByType(type) | v16.7.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_getentriesbytype_type |
perf_hooks | performance.markResourceTiming(timingInfo, requestedUrl, initiatorType, global, cacheMode) | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_markresourcetiming_timinginfo_requestedurl_initiatortype_global_cachemode |
perf_hooks | performance.setResourceTimingBufferSize(maxSize) | v18.8.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_setresourcetimingbuffersize_maxsize |
perf_hooks | performance.toJSON() | v16.1.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performance_tojson |
perf_hooks | performanceMark.detail | v16.0.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performancemark_detail |
perf_hooks | performanceMeasure.detail | v16.0.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performancemeasure_detail |
perf_hooks | performanceNodeEntry.detail | v16.0.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performancenodeentry_detail |
perf_hooks | performanceNodeEntry.flags | v13.9.0 | v12.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performancenodeentry_flags |
perf_hooks | performanceNodeTiming.idleTime | v14.10.0 | v12.19.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performancenodetiming_idletime |
perf_hooks | performanceResourceTiming.workerStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_workerstart |
perf_hooks | performanceResourceTiming.redirectStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_redirectstart |
perf_hooks | performanceResourceTiming.redirectEnd | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_redirectend |
perf_hooks | performanceResourceTiming.fetchStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_fetchstart |
perf_hooks | performanceResourceTiming.domainLookupStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_domainlookupstart |
perf_hooks | performanceResourceTiming.domainLookupEnd | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_domainlookupend |
perf_hooks | performanceResourceTiming.connectStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_connectstart |
perf_hooks | performanceResourceTiming.connectEnd | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_connectend |
perf_hooks | performanceResourceTiming.secureConnectionStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_secureconnectionstart |
perf_hooks | performanceResourceTiming.requestStart | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_requeststart |
perf_hooks | performanceResourceTiming.responseEnd | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_responseend |
perf_hooks | performanceResourceTiming.transferSize | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_transfersize |
perf_hooks | performanceResourceTiming.encodedBodySize | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_encodedbodysize |
perf_hooks | performanceResourceTiming.decodedBodySize | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_decodedbodysize |
perf_hooks | performanceResourceTiming.toJSON() | v18.2.0 | v16.17.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceresourcetiming_tojson |
perf_hooks | PerformanceObserver.supportedEntryTypes | v16.0.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_performanceobserver_supportedentrytypes |
perf_hooks | histogram.count | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_count |
perf_hooks | histogram.countBigInt | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_countbigint |
perf_hooks | histogram.exceeds | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_exceeds |
perf_hooks | histogram.exceedsBigInt | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_exceedsbigint |
perf_hooks | histogram.max | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_max |
perf_hooks | histogram.maxBigInt | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_maxbigint |
perf_hooks | histogram.mean | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_mean |
perf_hooks | histogram.min | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_min |
perf_hooks | histogram.minBigInt | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_minbigint |
perf_hooks | histogram.percentile(percentile) | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_percentile_percentile |
perf_hooks | histogram.percentileBigInt(percentile) | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_percentilebigint_percentile |
perf_hooks | histogram.percentiles | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_percentiles |
perf_hooks | histogram.percentilesBigInt | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_percentilesbigint |
perf_hooks | histogram.reset() | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_reset |
perf_hooks | histogram.stddev | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_stddev |
perf_hooks | histogram.disable() | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_disable |
perf_hooks | histogram.enable() | v11.10.0 | | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_enable |
perf_hooks | histogram.add(other) | v17.4.0 | v16.14.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_add_other |
perf_hooks | histogram.record(val) | v15.9.0 | v14.18.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_record_val |
perf_hooks | histogram.recordDelta() | v15.9.0 | v14.18.0, | https://nodejs.org/api/perf_hooks.html#perf_hooks_histogram_recorddelta |
process | process.permission.has(scope[, reference]) | v20.0.0 | | https://nodejs.org/api/process.html#process_process_permission_has_scope_reference |
process | process.report.compact | v13.12.0 | v12.17.0, | https://nodejs.org/api/process.html#process_process_report_compact |
process | process.report.directory | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_directory |
process | process.report.filename | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_filename |
process | process.report.getReport([err]) | v11.8.0 | | https://nodejs.org/api/process.html#process_process_report_getreport_err |
process | process.report.reportOnFatalError | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_reportonfatalerror |
process | process.report.reportOnSignal | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_reportonsignal |
process | process.report.reportOnUncaughtException | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_reportonuncaughtexception |
process | process.report.signal | v11.12.0 | | https://nodejs.org/api/process.html#process_process_report_signal |
process | process.report.writeReport([filename][, err]) | v11.8.0 | | https://nodejs.org/api/process.html#process_process_report_writereport_filename_err |
readline | rl.getPrompt() | v15.3.0 | v14.17.0, | https://nodejs.org/api/readline.html#readline_rl_getprompt |
readline | rl[Symbol.asyncIterator]() | v11.4.0 | v10.16.0, | https://nodejs.org/api/readline.html#readline_rl_symbol_asynciterator |
readline | rl.getCursorPos() | v13.5.0 | v12.16.0, | https://nodejs.org/api/readline.html#readline_rl_getcursorpos |
readline | Class: readlinePromises.Interface | v17.0.0 | | https://nodejs.org/api/readline.html#readline_class_readlinepromises_interface |
readline | Class: readlinePromises.Readline | v17.0.0 | | https://nodejs.org/api/readline.html#readline_class_readlinepromises_readline |
readline | readlinePromises.createInterface(options) | v17.0.0 | | https://nodejs.org/api/readline.html#readline_readlinepromises_createinterface_options |
repl | Reverse-i-search | v13.6.0 | v12.17.0, | https://nodejs.org/api/repl.html#repl_reverse_i_search |
repl | replServer.setupHistory(historyPath, callback) | v11.10.0 | | https://nodejs.org/api/repl.html#repl_replserver_setuphistory_historypath_callback |
stream | Streams Promises API | v15.0.0 | | https://nodejs.org/api/stream.html#stream_streams_promises_api |
stream | stream.pipeline(streams[, options]) | v15.0.0 | | https://nodejs.org/api/stream.html#stream_stream_pipeline_streams_options |
stream | stream.finished(stream[, options]) | v15.0.0 | | https://nodejs.org/api/stream.html#stream_stream_finished_stream_options |
stream | stream.finished(stream[, options], callback) | v10.0.0 | | https://nodejs.org/api/stream.html#stream_stream_finished_stream_options_callback |
stream | stream.pipeline(streams, callback) | v10.0.0 | | https://nodejs.org/api/stream.html#stream_stream_pipeline_streams_callback |
stream | stream.compose(...streams) | v16.9.0 | | https://nodejs.org/api/stream.html#stream_stream_compose_streams |
stream | stream.Readable.from(iterable[, options]) | v12.3.0 | v10.17.0, | https://nodejs.org/api/stream.html#stream_stream_readable_from_iterable_options |
stream | stream.Readable.fromWeb(readableStream[, options]) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_readable_fromweb_readablestream_options |
stream | stream.Readable.isDisturbed(stream) | v16.8.0 | | https://nodejs.org/api/stream.html#stream_stream_readable_isdisturbed_stream |
stream | stream.isErrored(stream) | v17.3.0 | v16.14.0, | https://nodejs.org/api/stream.html#stream_stream_iserrored_stream |
stream | stream.isReadable(stream) | v17.4.0 | v16.14.0, | https://nodejs.org/api/stream.html#stream_stream_isreadable_stream |
stream | stream.Readable.toWeb(streamReadable[, options]) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_readable_toweb_streamreadable_options |
stream | stream.Writable.fromWeb(writableStream[, options]) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_writable_fromweb_writablestream_options |
stream | stream.Writable.toWeb(streamWritable) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_writable_toweb_streamwritable |
stream | stream.Duplex.from(src) | v16.8.0 | | https://nodejs.org/api/stream.html#stream_stream_duplex_from_src |
stream | stream.Duplex.fromWeb(pair[, options]) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_duplex_fromweb_pair_options |
stream | stream.Duplex.toWeb(streamDuplex) | v17.0.0 | | https://nodejs.org/api/stream.html#stream_stream_duplex_toweb_streamduplex |
stream | stream.addAbortSignal(signal, stream) | v15.4.0 | | https://nodejs.org/api/stream.html#stream_stream_addabortsignal_signal_stream |
stream | stream.getDefaultHighWaterMark(objectMode) | v19.9.0 | | https://nodejs.org/api/stream.html#stream_stream_getdefaulthighwatermark_objectmode |
stream | stream.setDefaultHighWaterMark(objectMode, value) | v19.9.0 | | https://nodejs.org/api/stream.html#stream_stream_setdefaulthighwatermark_objectmode_value |
tls | server.setSecureContext(options) | v11.0.0 | | https://nodejs.org/api/tls.html#tls_server_setsecurecontext_options |
tls | tlsSocket.enableTrace() | v12.2.0 | | https://nodejs.org/api/tls.html#tls_tlssocket_enabletrace |
tls | tlsSocket.exportKeyingMaterial(length, label[, context]) | v13.10.0 | v12.17.0, | https://nodejs.org/api/tls.html#tls_tlssocket_exportkeyingmaterial_length_label_context |
tls | tlsSocket.getCertificate() | v11.2.0 | | https://nodejs.org/api/tls.html#tls_tlssocket_getcertificate |
tls | tlsSocket.getPeerX509Certificate() | v15.9.0 | | https://nodejs.org/api/tls.html#tls_tlssocket_getpeerx509certificate |
tls | tlsSocket.getSharedSigalgs() | v12.11.0 | | https://nodejs.org/api/tls.html#tls_tlssocket_getsharedsigalgs |
tls | tlsSocket.getX509Certificate() | v15.9.0 | | https://nodejs.org/api/tls.html#tls_tlssocket_getx509certificate |
tty | writeStream.hasColors([count][, env]) | v11.13.0 | v10.16.0, | https://nodejs.org/api/tty.html#tty_writestream_hascolors_count_env |
url | url.fileURLToPath(url) | v10.12.0 | | https://nodejs.org/api/url.html#url_url_fileurltopath_url |
url | url.pathToFileURL(path) | v10.12.0 | | https://nodejs.org/api/url.html#url_url_pathtofileurl_path |
url | url.urlToHttpOptions(url) | v15.7.0 | v14.18.0, | https://nodejs.org/api/url.html#url_url_urltohttpoptions_url |
util | debuglog().enabled | v14.9.0 | | https://nodejs.org/api/util.html#util_debuglog_enabled |
util | Class: util.MIMEParams | v19.1.0 | v18.13.0, | https://nodejs.org/api/util.html#util_class_util_mimeparams |
util | util.types.isAnyArrayBuffer(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isanyarraybuffer_value |
util | util.types.isArrayBufferView(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isarraybufferview_value |
util | util.types.isArgumentsObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isargumentsobject_value |
util | util.types.isArrayBuffer(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isarraybuffer_value |
util | util.types.isAsyncFunction(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isasyncfunction_value |
util | util.types.isBigInt64Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isbigint64array_value |
util | util.types.isBigUint64Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isbiguint64array_value |
util | util.types.isBooleanObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isbooleanobject_value |
util | util.types.isBoxedPrimitive(value) | v10.11.0 | | https://nodejs.org/api/util.html#util_util_types_isboxedprimitive_value |
util | util.types.isCryptoKey(value) | v16.2.0 | | https://nodejs.org/api/util.html#util_util_types_iscryptokey_value |
util | util.types.isDataView(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isdataview_value |
util | util.types.isDate(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isdate_value |
util | util.types.isExternal(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isexternal_value |
util | util.types.isFloat32Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isfloat32array_value |
util | util.types.isFloat64Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isfloat64array_value |
util | util.types.isGeneratorFunction(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isgeneratorfunction_value |
util | util.types.isGeneratorObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isgeneratorobject_value |
util | util.types.isInt8Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isint8array_value |
util | util.types.isInt16Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isint16array_value |
util | util.types.isInt32Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isint32array_value |
util | util.types.isKeyObject(value) | v16.2.0 | | https://nodejs.org/api/util.html#util_util_types_iskeyobject_value |
util | util.types.isMap(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_ismap_value |
util | util.types.isMapIterator(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_ismapiterator_value |
util | util.types.isModuleNamespaceObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_ismodulenamespaceobject_value |
util | util.types.isNativeError(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isnativeerror_value |
util | util.types.isNumberObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isnumberobject_value |
util | util.types.isPromise(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_ispromise_value |
util | util.types.isProxy(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isproxy_value |
util | util.types.isRegExp(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isregexp_value |
util | util.types.isSet(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isset_value |
util | util.types.isSetIterator(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_issetiterator_value |
util | util.types.isSharedArrayBuffer(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_issharedarraybuffer_value |
util | util.types.isStringObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isstringobject_value |
util | util.types.isSymbolObject(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_issymbolobject_value |
util | util.types.isTypedArray(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_istypedarray_value |
util | util.types.isUint8Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isuint8array_value |
util | util.types.isUint8ClampedArray(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isuint8clampedarray_value |
util | util.types.isUint16Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isuint16array_value |
util | util.types.isUint32Array(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isuint32array_value |
util | util.types.isWeakMap(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isweakmap_value |
util | util.types.isWeakSet(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_isweakset_value |
util | util.types.isWebAssemblyCompiledModule(value) | v10.0.0 | | https://nodejs.org/api/util.html#util_util_types_iswebassemblycompiledmodule_value |
v8 | promiseHooks.onInit(init) | v17.1.0 | v16.14.0, | https://nodejs.org/api/v8.html#v8_promisehooks_oninit_init |
v8 | promiseHooks.onSettled(settled) | v17.1.0 | v16.14.0, | https://nodejs.org/api/v8.html#v8_promisehooks_onsettled_settled |
v8 | promiseHooks.onBefore(before) | v17.1.0 | v16.14.0, | https://nodejs.org/api/v8.html#v8_promisehooks_onbefore_before |
v8 | promiseHooks.onAfter(after) | v17.1.0 | v16.14.0, | https://nodejs.org/api/v8.html#v8_promisehooks_onafter_after |
v8 | promiseHooks.createHook(callbacks) | v17.1.0 | v16.14.0, | https://nodejs.org/api/v8.html#v8_promisehooks_createhook_callbacks |
v8 | v8.startupSnapshot.addSerializeCallback(callback[, data]) | v18.6.0 | v16.17.0, | https://nodejs.org/api/v8.html#v8_v8_startupsnapshot_addserializecallback_callback_data |
v8 | v8.startupSnapshot.addDeserializeCallback(callback[, data]) | v18.6.0 | v16.17.0, | https://nodejs.org/api/v8.html#v8_v8_startupsnapshot_adddeserializecallback_callback_data |
v8 | v8.startupSnapshot.setDeserializeMainFunction(callback[, data]) | v18.6.0 | v16.17.0, | https://nodejs.org/api/v8.html#v8_v8_startupsnapshot_setdeserializemainfunction_callback_data |
v8 | v8.startupSnapshot.isBuildingSnapshot() | v18.6.0 | v16.17.0, | https://nodejs.org/api/v8.html#v8_v8_startupsnapshot_isbuildingsnapshot |
v8 | new v8.GCProfiler() | v19.6.0 | v18.15.0, | https://nodejs.org/api/v8.html#v8_new_v8_gcprofiler |
v8 | profiler.start() | v19.6.0 | v18.15.0, | https://nodejs.org/api/v8.html#v8_profiler_start |
v8 | profiler.stop() | v19.6.0 | v18.15.0, | https://nodejs.org/api/v8.html#v8_profiler_stop |
vm | script.createCachedData() | v10.6.0 | | https://nodejs.org/api/vm.html#vm_script_createcacheddata |
vm | script.sourceMapURL | v19.1.0 | v18.13.0, | https://nodejs.org/api/vm.html#vm_script_sourcemapurl |
vm | sourceTextModule.createCachedData() | v13.7.0 | v12.17.0, | https://nodejs.org/api/vm.html#vm_sourcetextmodule_createcacheddata |
vm | new vm.SyntheticModule(exportNames, evaluateCallback[, options]) | v13.0.0 | v12.16.0, | https://nodejs.org/api/vm.html#vm_new_vm_syntheticmodule_exportnames_evaluatecallback_options |
vm | syntheticModule.setExport(name, value) | v13.0.0 | v12.16.0, | https://nodejs.org/api/vm.html#vm_syntheticmodule_setexport_name_value |
wasi | new WASI([options]) | v13.3.0 | v12.16.0, | https://nodejs.org/api/wasi.html#wasi_new_wasi_options |
wasi | wasi.getImportObject() | v19.8.0 | | https://nodejs.org/api/wasi.html#wasi_wasi_getimportobject |
wasi | wasi.start(instance) | v13.3.0 | v12.16.0, | https://nodejs.org/api/wasi.html#wasi_wasi_start_instance |
wasi | wasi.initialize(instance) | v14.6.0 | v12.19.0, | https://nodejs.org/api/wasi.html#wasi_wasi_initialize_instance |
wasi | wasi.wasiImport | v13.3.0 | v12.16.0, | https://nodejs.org/api/wasi.html#wasi_wasi_wasiimport |
webcrypto | crypto.subtle | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_crypto_subtle |
webcrypto | crypto.getRandomValues(typedArray) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_crypto_getrandomvalues_typedarray |
webcrypto | crypto.randomUUID() | v16.7.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_crypto_randomuuid |
webcrypto | cryptoKey.algorithm | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokey_algorithm |
webcrypto | cryptoKey.extractable | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokey_extractable |
webcrypto | cryptoKey.type | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokey_type |
webcrypto | cryptoKey.usages | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokey_usages |
webcrypto | cryptoKeyPair.privateKey | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokeypair_privatekey |
webcrypto | cryptoKeyPair.publicKey | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_cryptokeypair_publickey |
webcrypto | subtle.decrypt(algorithm, key, data) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_decrypt_algorithm_key_data |
webcrypto | subtle.deriveBits(algorithm, baseKey, length) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_derivebits_algorithm_basekey_length |
webcrypto | subtle.deriveKey(algorithm, baseKey, derivedKeyAlgorithm, extractable, keyUsages) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_derivekey_algorithm_basekey_derivedkeyalgorithm_extractable_keyusages |
webcrypto | subtle.digest(algorithm, data) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_digest_algorithm_data |
webcrypto | subtle.encrypt(algorithm, key, data) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_encrypt_algorithm_key_data |
webcrypto | subtle.exportKey(format, key) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_exportkey_format_key |
webcrypto | subtle.generateKey(algorithm, extractable, keyUsages) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_generatekey_algorithm_extractable_keyusages |
webcrypto | subtle.importKey(format, keyData, algorithm, extractable, keyUsages) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_importkey_format_keydata_algorithm_extractable_keyusages |
webcrypto | subtle.sign(algorithm, key, data) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_sign_algorithm_key_data |
webcrypto | subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable, keyUsages) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_unwrapkey_format_wrappedkey_unwrappingkey_unwrapalgo_unwrappedkeyalgo_extractable_keyusages |
webcrypto | subtle.verify(algorithm, key, signature, data) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_verify_algorithm_key_signature_data |
webcrypto | subtle.wrapKey(format, key, wrappingKey, wrapAlgo) | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_subtle_wrapkey_format_key_wrappingkey_wrapalgo |
webcrypto | Class: AlgorithmIdentifier | v18.4.0 | v16.17.0, | https://nodejs.org/api/webcrypto.html#webcrypto_class_algorithmidentifier |
webcrypto | Class: AesCbcParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_aescbcparams |
webcrypto | Class: AesCtrParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_aesctrparams |
webcrypto | Class: AesGcmParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_aesgcmparams |
webcrypto | Class: AesKeyGenParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_aeskeygenparams |
webcrypto | Class: EcdhKeyDeriveParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_ecdhkeyderiveparams |
webcrypto | Class: EcdsaParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_ecdsaparams |
webcrypto | Class: EcKeyGenParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_eckeygenparams |
webcrypto | Class: EcKeyImportParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_eckeyimportparams |
webcrypto | Class: Ed448Params | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_ed448params |
webcrypto | Class: HkdfParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_hkdfparams |
webcrypto | Class: HmacImportParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_hmacimportparams |
webcrypto | Class: HmacKeyGenParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_hmackeygenparams |
webcrypto | Class: Pbkdf2Params | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_pbkdf2params |
webcrypto | Class: RsaHashedImportParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_rsahashedimportparams |
webcrypto | Class: RsaHashedKeyGenParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_rsahashedkeygenparams |
webcrypto | Class: RsaOaepParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_rsaoaepparams |
webcrypto | Class: RsaPssParams | v15.0.0 | | https://nodejs.org/api/webcrypto.html#webcrypto_class_rsapssparams |
worker_threads | new BroadcastChannel(name) | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_new_broadcastchannel_name |
worker_threads | broadcastChannel.close() | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_close |
worker_threads | broadcastChannel.onmessage | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_onmessage |
worker_threads | broadcastChannel.onmessageerror | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_onmessageerror |
worker_threads | broadcastChannel.postMessage(message) | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_postmessage_message |
worker_threads | broadcastChannel.ref() | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_ref |
worker_threads | broadcastChannel.unref() | v15.4.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_broadcastchannel_unref |
worker_threads | port.close() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_port_close |
worker_threads | port.postMessage(value[, transferList]) | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_port_postmessage_value_transferlist |
worker_threads | port.hasRef() | v18.1.0 | v16.17.0, | https://nodejs.org/api/worker_threads.html#worker_threads_port_hasref |
worker_threads | port.ref() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_port_ref |
worker_threads | port.start() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_port_start |
worker_threads | port.unref() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_port_unref |
worker_threads | new Worker(filename[, options]) | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_new_worker_filename_options |
worker_threads | worker.getHeapSnapshot([options]) | v13.9.0 | v12.17.0, | https://nodejs.org/api/worker_threads.html#worker_threads_worker_getheapsnapshot_options |
worker_threads | worker.performance | v15.1.0 | v14.17.0, | https://nodejs.org/api/worker_threads.html#worker_threads_worker_performance |
worker_threads | worker.postMessage(value[, transferList]) | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_postmessage_value_transferlist |
worker_threads | worker.ref() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_ref |
worker_threads | worker.resourceLimits | v13.2.0 | v12.16.0, | https://nodejs.org/api/worker_threads.html#worker_threads_worker_resourcelimits |
worker_threads | worker.stderr | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_stderr |
worker_threads | worker.stdin | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_stdin |
worker_threads | worker.stdout | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_stdout |
worker_threads | worker.terminate() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_terminate |
worker_threads | worker.threadId | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_threadid |
worker_threads | worker.unref() | v10.5.0 | | https://nodejs.org/api/worker_threads.html#worker_threads_worker_unref |
zlib | Brotli constants | v11.7.0 | v10.16.0, | https://nodejs.org/api/zlib.html#zlib_brotli_constants |
zlib | zlib.bytesWritten | v10.0.0 | | https://nodejs.org/api/zlib.html#zlib_zlib_byteswritten |
zlib | zlib.brotliCompress(buffer[, options], callback) | v11.7.0 | v10.16.0, | https://nodejs.org/api/zlib.html#zlib_zlib_brotlicompress_buffer_options_callback |
zlib | zlib.brotliCompressSync(buffer[, options]) | v11.7.0 | v10.16.0, | https://nodejs.org/api/zlib.html#zlib_zlib_brotlicompresssync_buffer_options |
zlib | zlib.brotliDecompress(buffer[, options], callback) | v11.7.0 | v10.16.0, | https://nodejs.org/api/zlib.html#zlib_zlib_brotlidecompress_buffer_options_callback |
zlib | zlib.brotliDecompressSync(buffer[, options]) | v11.7.0 | v10.16.0, | https://nodejs.org/api/zlib.html#zlib_zlib_brotlidecompresssync_buffer_options |