• Home
  • Raw
  • Download

Lines Matching defs:APIs

44 ### DEP0001: `http.OutgoingMessage.prototype.flush`
66 ### DEP0002: `require('_linklist')`
85 ### DEP0003: `_writableState.buffer`
107 ### DEP0004: `CryptoStream.prototype.readyState`
128 ### DEP0005: `Buffer()` constructor
169 ### DEP0006: `child_process` `options.customFds`
193 ### DEP0007: Replace `cluster` `worker.suicide` with `worker.exitedAfterDisconnect`
220 ### DEP0008: `require('node:constants')`
239 ### DEP0009: `crypto.pbkdf2` without digest
274 ### DEP0010: `crypto.createCredentials`
296 ### DEP0011: `crypto.Credentials`
318 ### DEP0012: `Domain.dispose`
340 ### DEP0013: `fs` asynchronous function without callback
357 ### DEP0014: `fs.read` legacy String interface
382 ### DEP0015: `fs.readSync` legacy String interface
407 ### DEP0016: `GLOBAL`/`root`
427 ### DEP0017: `Intl.v8BreakIterator`
444 ### DEP0018: Unhandled promise rejections
463 ### DEP0019: `require('.')` resolved outside directory
485 ### DEP0020: `Server.connections`
507 ### DEP0021: `Server.listenFD`
529 ### DEP0022: `os.tmpDir()`
546 ### DEP0023: `os.getNetworkInterfaces()`
568 ### DEP0024: `REPLServer.prototype.convertToContext()`
584 ### DEP0025: `require('node:sys')`
602 ### DEP0026: `util.print()`
623 ### DEP0027: `util.puts()`
644 ### DEP0028: `util.debug()`
665 ### DEP0029: `util.error()`
686 ### DEP0030: `SlowBuffer`
703 ### DEP0031: `ecdh.setPublicKey()`
720 ### DEP0032: `node:domain` module
738 ### DEP0033: `EventEmitter.listenerCount()`
757 ### DEP0034: `fs.exists(path, callback)`
776 ### DEP0035: `fs.lchmod(path, mode, callback)`
793 ### DEP0036: `fs.lchmodSync(path, mode)`
810 ### DEP0037: `fs.lchown(path, uid, gid, callback)`
832 ### DEP0038: `fs.lchownSync(path, uid, gid)`
853 ### DEP0039: `require.extensions`
871 ### DEP0040: `node:punycode` module
888 ### DEP0041: `NODE_REPL_HISTORY_FILE` environment variable
910 ### DEP0042: `tls.CryptoStream`
932 ### DEP0043: `tls.SecurePair`
960 ### DEP0044: `util.isArray()`
981 ### DEP0045: `util.isBoolean()`
1001 ### DEP0046: `util.isBuffer()`
1022 ### DEP0047: `util.isDate()`
1042 ### DEP0048: `util.isError()`
1062 ### DEP0049: `util.isFunction()`
1082 ### DEP0050: `util.isNull()`
1102 ### DEP0051: `util.isNullOrUndefined()`
1122 ### DEP0052: `util.isNumber()`
1142 ### DEP0053: `util.isObject()`
1162 ### DEP0054: `util.isPrimitive()`
1182 ### DEP0055: `util.isRegExp()`
1202 ### DEP0056: `util.isString()`
1222 ### DEP0057: `util.isSymbol()`
1242 ### DEP0058: `util.isUndefined()`
1262 ### DEP0059: `util.log()`
1278 ### DEP0060: `util._extend()`
1294 ### DEP0061: `fs.SyncWriteStream`
1315 ### DEP0062: `node --debug`
1333 ### DEP0063: `ServerResponse.prototype.writeHeader()`
1350 ### DEP0064: `tls.createSecurePair()`
1378 ### DEP0065: `repl.REPL_MODE_MAGIC` and `NODE_REPL_MODE=magic`
1401 ### DEP0066: `OutgoingMessage.prototype._headers, OutgoingMessage.prototype._headerNames`
1429 ### DEP0067: `OutgoingMessage.prototype._renderHeaders`
1446 ### DEP0068: `node debug`
1463 ### DEP0069: `vm.runInDebugContext(string)`
1484 ### DEP0070: `async_hooks.currentId()`
1503 ### DEP0071: `async_hooks.triggerId()`
1522 ### DEP0072: `async_hooks.AsyncResource.triggerId()`
1541 ### DEP0073: Several internal properties of `net.Server`
1561 ### DEP0074: `REPLServer.bufferedCommand`
1578 ### DEP0075: `REPLServer.parseREPLKeyword()`
1594 ### DEP0076: `tls.parseCertString()`
1619 ### DEP0077: `Module._debug()`
1635 ### DEP0078: `REPLServer.turnOffEditorMode()`
1651 ### DEP0079: Custom inspection function on objects via `.inspect()`
1673 ### DEP0080: `path._makeLong()`
1688 ### DEP0081: `fs.truncate()` using a file descriptor
1703 ### DEP0082: `REPLServer.prototype.memory()`
1720 ### DEP0083: Disabling ECDH by setting `ecdhCurve` to `false`
1739 ### DEP0084: requiring bundled internal dependencies
1779 ### DEP0085: AsyncHooks sensitive API
1799 ### DEP0086: Remove `runInAsyncIdScope`
1822 ### DEP0089: `require('node:assert')`
1843 ### DEP0090: Invalid GCM authentication tag lengths
1863 ### DEP0091: `crypto.DEFAULT_ENCODING`
1876 ### DEP0092: Top-level `this` bound to `module.exports`
1891 ### DEP0093: `crypto.fips` is deprecated and replaced
1905 ### DEP0094: Using `assert.fail()` with more than one argument
1920 ### DEP0095: `timers.enroll()`
1934 ### DEP0096: `timers.unenroll()`
1948 ### DEP0097: `MakeCallback` with `domain` property
1963 ### DEP0098: AsyncHooks embedder `AsyncResource.emitBefore` and `AsyncResource.emitAfter` APIs
1988 ### DEP0099: Async context-unaware `node::MakeCallback` C++ APIs
2003 ### DEP0100: `process.assert()`
2020 ### DEP0101: `--with-lttng`
2033 ### DEP0102: Using `noAssert` in `Buffer#(read|write)` operations
2048 ### DEP0103: `process.binding('util').is[...]` typechecks
2068 ### DEP0104: `process.env` string coercion
2085 ### DEP0105: `decipher.finaltol`
2103 ### DEP0106: `crypto.createCipher` and `crypto.createDecipher`
2124 ### DEP0107: `tls.convertNPNProtocols()`
2141 ### DEP0108: `zlib.bytesRead`
2160 ### DEP0109: `http`, `https`, and `tls` support for invalid URLs
2181 ### DEP0110: `vm.Script` cached data
2195 ### DEP0111: `process.binding()`
2214 ### DEP0112: `dgram` private APIs
2232 ### DEP0113: `Cipher.setAuthTag()`, `Decipher.getAuthTag()`
2249 ### DEP0114: `crypto._toBuf()`
2268 ### DEP0115: `crypto.prng()`, `crypto.pseudoRandomBytes()`, `crypto.rng()`
2290 ### DEP0116: Legacy URL API
2313 ### DEP0117: Native crypto handles
2333 ### DEP0118: `dns.lookup()` support for a falsy host name
2349 ### DEP0119: `process.binding('uv').errname()` private API
2363 ### DEP0120: Windows Performance Counter support
2383 ### DEP0121: `net._setSimultaneousAccepts()`
2400 ### DEP0122: `tls` `Server.prototype.setOptions()`
2413 ### DEP0123: setting the TLS ServerName to an IP address
2427 ### DEP0124: using `REPLServer.rli`
2443 ### DEP0125: `require('node:_stream_wrap')`
2456 ### DEP0126: `timers.active()`
2472 ### DEP0127: `timers._unrefActive()`
2488 ### DEP0128: modules with an invalid `main` entry and an `index.js` file
2507 ### DEP0129: `ChildProcess._channel`
2525 ### DEP0130: `Module.createRequireFromPath()`
2544 ### DEP0131: Legacy HTTP parser
2566 ### DEP0132: `worker.terminate()` with callback
2580 ### DEP0133: `http` `connection`
2594 ### DEP0134: `process._tickCallback`
2608 ### DEP0135: `WriteStream.open()` and `ReadStream.open()` are internal
2624 ### DEP0136: `http` `finished`
2647 ### DEP0137: Closing fs.FileHandle on garbage collection
2678 ### DEP0138: `process.mainModule`
2696 ### DEP0139: `process.umask()` with no arguments
2714 ### DEP0140: Use `request.destroy()` instead of `request.abort()`
2729 ### DEP0141: `repl.inputStream` and `repl.outputStream`
2743 ### DEP0142: `repl._builtinLibs`
2758 ### DEP0143: `Transform._transformState`
2771 ### DEP0144: `module.parent`
2806 ### DEP0145: `socket.bufferSize`
2819 ### DEP0146: `new crypto.Certificate()`
2833 ### DEP0147: `fs.rmdir(path, { recursive: true })`
2857 ### DEP0148: Folder mappings in `"exports"` (trailing `"/"`)
2881 ### DEP0149: `http.IncomingMessage#connection`
2894 ### DEP0150: Changing the value of `process.config`
2912 ### DEP0151: Main index lookup and extension searching
2935 ### DEP0152: Extension PerformanceEntry properties
2952 ### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion
2975 ### DEP0154: RSA-PSS generate key pair options
2989 ### DEP0155: Trailing slashes in pattern specifier resolutions
3007 ### DEP0156: `.aborted` property and `'abort'`, `'aborted'` event in `http`
3032 ### DEP0157: Thenable support in streams
3065 ### DEP0158: `buffer.slice(start, end)`
3083 ### DEP0159: `ERR_INVALID_CALLBACK`
3097 ### DEP0160: `process.on('multipleResolves', handler)`
3116 ### DEP0161: `process._getActiveRequests()` and `process._getActiveHandles()`
3136 ### DEP0162: `fs.write()`, `fs.writeFileSync()` coercion to string
3160 ### DEP0163: `channel.subscribe(onMessage)`, `channel.unsubscribe(onMessage)`
3180 ### DEP0164: `process.exit(code)`, `process.exitCode` coercion to integer
3202 ### DEP0165: `--trace-atomics-wait`
3215 ### DEP0166: Double slashes in imports and exports targets
3235 ### DEP0167: Weak `DiffieHellmanGroup` instances (`modp1`, `modp2`, `modp5`)
3253 ### DEP0168: Unhandled exception in Node-API callbacks
3273 ### DEP0169: Insecure url.parse()
3292 ### DEP0170: Invalid port when using `url.parse()`
3308 ### DEP0171: Setters for `http.IncomingMessage` headers and trailers