Switches over to using the new doc generation tooling. For more background on this, please see #52343 Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> Co-authored-by: Claudio W <cwunder@gnome.org> Co-authored-by: avivkeller <me@aviv.sh> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com> PR-URL: https://github.com/nodejs/node/pull/57343 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
127 lines
7 KiB
JSON
127 lines
7 KiB
JSON
{
|
|
"AbortController": "globals.html#class-abortcontroller",
|
|
"AbortSignal": "globals.html#class-abortsignal",
|
|
"Algorithm": "webcrypto.html#class-algorithm",
|
|
"AlgorithmIdentifier": "webcrypto.html#class-algorithmidentifier",
|
|
"AsyncHook": "async_hooks.html#async_hookscreatehookoptions",
|
|
"AsyncLocalStorage": "async_context.html#class-asynclocalstorage",
|
|
"AsyncResource": "async_hooks.html#class-asyncresource",
|
|
"AesCbcParams": "webcrypto.html#class-aescbcparams",
|
|
"AesCtrParams": "webcrypto.html#class-aesctrparams",
|
|
"AesGcmParams": "webcrypto.html#class-aesgcmparams",
|
|
"AesKeyAlgorithm": "webcrypto.html#class-aeskeyalgorithm",
|
|
"AesKeyGenParams": "webcrypto.html#class-aeskeygenparams",
|
|
"AesDerivedKeyParams": "webcrypto.html#class-aesderivedkeyparams",
|
|
"Blob": "buffer.html#class-blob",
|
|
"BroadcastChannel": "worker_threads.html#class-broadcastchannel-extends-eventtarget",
|
|
"Buffer": "buffer.html#class-buffer",
|
|
"ByteLengthQueuingStrategy": "webstreams.html#class-bytelengthqueuingstrategy",
|
|
"Channel": "diagnostics_channel.html#class-channel",
|
|
"ChildProcess": "child_process.html#class-childprocess",
|
|
"Cipher": "crypto.html#class-cipher",
|
|
"Cipheriv": "crypto.html#class-cipheriv",
|
|
"Decipheriv": "crypto.html#class-decipheriv",
|
|
"ClientHttp2Session": "http2.html#class-clienthttp2session",
|
|
"ClientHttp2Stream": "http2.html#class-clienthttp2stream",
|
|
"CountQueuingStrategy": "webstreams.html#class-countqueuingstrategy",
|
|
"Crypto": "webcrypto.html#class-crypto",
|
|
"CryptoKey": "webcrypto.html#class-cryptokey",
|
|
"CryptoKeyPair": "webcrypto.html#class-cryptokeypair",
|
|
"CustomEvent": "events.html#class-customevent",
|
|
"Decipher": "crypto.html#class-decipher",
|
|
"DiffieHellman": "crypto.html#class-diffiehellman",
|
|
"DiffieHellmanGroup": "crypto.html#class-diffiehellmangroup",
|
|
"Domain": "domain.html#class-domain",
|
|
"Duplex": "stream.html#class-streamduplex",
|
|
"ECDH": "crypto.html#class-ecdh",
|
|
"EcdhKeyDeriveParams": "webcrypto.html#class-ecdhkeyderiveparams",
|
|
"EcdsaParams": "webcrypto.html#class-ecdsaparams",
|
|
"EcKeyAlgorithm": "webcrypto.html#class-eckeyalgorithm",
|
|
"EcKeyGenParams": "webcrypto.html#class-eckeygenparams",
|
|
"EcKeyImportParams": "webcrypto.html#class-eckeyimportparams",
|
|
"Ed448Params": "webcrypto.html#class-ed448params",
|
|
"Event": "events.html#class-event",
|
|
"EventEmitter": "events.html#class-eventemitter",
|
|
"EventListener": "events.html#event-listener",
|
|
"EventTarget": "events.html#class-eventtarget",
|
|
"File": "buffer.html#class-file",
|
|
"FileHandle": "fs.html#class-filehandle",
|
|
"Handle": "net.html#serverlistenhandle-backlog-callback",
|
|
"Hash": "crypto.html#class-hash",
|
|
"Histogram": "perf_hooks.html#class-histogram",
|
|
"HkdfParams": "webcrypto.html#class-hkdfparams",
|
|
"Hmac": "crypto.html#class-hmac",
|
|
"HmacImportParams": "webcrypto.html#class-hmacimportparams",
|
|
"HmacKeyAlgorithm": "webcrypto.html#class-hmackeyalgorithm",
|
|
"HmacKeyGenParams": "webcrypto.html#class-hmackeygenparams",
|
|
"Http2SecureServer": "http2.html#class-http2secureserver",
|
|
"Http2Server": "http2.html#class-http2server",
|
|
"Http2Session": "http2.html#class-http2session",
|
|
"Http2Stream": "http2.html#class-http2stream",
|
|
"Immediate": "timers.html#class-immediate",
|
|
"IntervalHistogram": "perf_hooks.html#class-intervalhistogram-extends-histogram",
|
|
"LockManager": "worker_threads.html#class-lockmanager",
|
|
"KeyAlgorithm": "webcrypto.html#class-keyalgorithm",
|
|
"KeyObject": "crypto.html#class-keyobject",
|
|
"MIMEParams": "util.html#class-utilmimeparams",
|
|
"MessagePort": "worker_threads.html#class-messageport",
|
|
"MockModuleContext": "test.html#class-mockmodulecontext",
|
|
"NodeEventTarget": "events.html#class-nodeeventtarget",
|
|
"Pbkdf2Params": "webcrypto.html#class-pbkdf2params",
|
|
"PerformanceEntry": "perf_hooks.html#class-performanceentry",
|
|
"PerformanceNodeTiming": "perf_hooks.html#class-performancenodetiming",
|
|
"PerformanceObserver": "perf_hooks.html#class-performanceobserver",
|
|
"PerformanceObserverEntryList": "perf_hooks.html#class-performanceobserverentrylist",
|
|
"Readable": "stream.html#class-streamreadable",
|
|
"ReadableByteStreamController": "webstreams.html#class-readablebytestreamcontroller",
|
|
"ReadableStream": "webstreams.html#class-readablestream",
|
|
"ReadableStreamBYOBReader": "webstreams.html#class-readablestreambyobreader",
|
|
"ReadableStreamBYOBRequest": "webstreams.html#class-readablestreambyobrequest",
|
|
"ReadableStreamDefaultController": "webstreams.html#class-readablestreamdefaultcontroller",
|
|
"ReadableStreamDefaultReader": "webstreams.html#class-readablestreamdefaultreader",
|
|
"ModuleRequest": "vm.html#type-modulerequest",
|
|
"DatabaseSync": "sqlite.html#class-databasesync",
|
|
"RecordableHistogram": "perf_hooks.html#class-recordablehistogram-extends-histogram",
|
|
"RsaHashedKeyAlgorithm": "webcrypto.html#class-rsahashedkeyalgorithm",
|
|
"RsaHashedImportParams": "webcrypto.html#class-rsahashedimportparams",
|
|
"RsaHashedKeyGenParams": "webcrypto.html#class-rsahashedkeygenparams",
|
|
"RsaOaepParams": "webcrypto.html#class-rsaoaepparams",
|
|
"RsaPssParams": "webcrypto.html#class-rsapssparams",
|
|
"ServerHttp2Session": "http2.html#class-serverhttp2session",
|
|
"ServerHttp2Stream": "http2.html#class-serverhttp2stream",
|
|
"Sign": "crypto.html#class-sign",
|
|
"Disposable": "https://tc39.es/proposal-explicit-resource-management/#sec-disposable-interface",
|
|
"Session": "sqlite.html#class-session",
|
|
"StatementSync": "sqlite.html#class-statementsync",
|
|
"Stream": "stream.html#stream",
|
|
"SubtleCrypto": "webcrypto.html#class-subtlecrypto",
|
|
"TestsStream": "test.html#class-testsstream",
|
|
"TextDecoderStream": "webstreams.html#class-textdecoderstream",
|
|
"TextEncoderStream": "webstreams.html#class-textencoderstream",
|
|
"Timeout": "timers.html#class-timeout",
|
|
"Timer": "timers.html#timers",
|
|
"Tracing": "tracing.html#tracing-object",
|
|
"TracingChannel": "diagnostics_channel.html#class-tracingchannel",
|
|
"Transform": "stream.html#class-streamtransform",
|
|
"TransformStream": "webstreams.html#class-transformstream",
|
|
"TransformStreamDefaultController": "webstreams.html#class-transformstreamdefaultcontroller",
|
|
"URL": "url.html#the-whatwg-url-api",
|
|
"URLSearchParams": "url.html#class-urlsearchparams",
|
|
"Verify": "crypto.html#class-verify",
|
|
"Writable": "stream.html#class-streamwritable",
|
|
"WritableStream": "webstreams.html#class-writablestream",
|
|
"WritableStreamDefaultController": "webstreams.html#class-writablestreamdefaultcontroller",
|
|
"WritableStreamDefaultWriter": "webstreams.html#class-writablestreamdefaultwriter",
|
|
"Worker": "worker_threads.html#class-worker",
|
|
"X509Certificate": "crypto.html#class-x509certificate",
|
|
"brotli options": "zlib.html#class-brotlioptions",
|
|
"import.meta": "esm.html#importmeta",
|
|
"os.constants.dlopen": "os.html#dlopen-constants",
|
|
"readlinePromises.Interface": "readline.html#class-readlinepromisesinterface",
|
|
"require": "modules.html#requireid",
|
|
"module": "modules.html#the-module-object",
|
|
"zlib options": "zlib.html#class-options",
|
|
"zstd options": "zlib.html#class-zstdoptions",
|
|
"HTTP/2 Headers Object": "http2.html#headers-object",
|
|
"HTTP/2 Settings Object": "http2.html#settings-object"
|
|
}
|