summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
...
* doc: remove markdown link from headingTobias Nießen2023-04-181-3/+3
* doc: fix history ordering of `WASI` constructorAntoine du Hamel2023-04-181-3/+3
* 2023-04-18, Version 20.0.0 (Current)RafaelGSS2023-04-1814-37/+37
* doc: fix typo in webcrypto metadataTobias Nießen2023-04-171-1/+1
* doc: add missing setEncoding call in ESM exampleAnna Henningsen2023-04-141-0/+1
* doc: fix split infinitive in Hooks caveatJacob Smith2023-04-131-1/+1
* esm: move hook execution to separate threadJacob Smith2023-04-131-14/+25
* 2023-04-12, Version 18.16.0 'Hydrogen' (LTS)Danielle Adams2023-04-129-14/+42
* doc: fix typo in util.types.isNativeError()Julian Dax2023-04-121-1/+1
* wasi: make returnOnExit true by defaultMichael Dawson2023-04-111-4/+8
* 2023-04-10, Version 19.9.0 (Current)RafaelGSS2023-04-106-17/+17
* fs: implement byob mode for readableWebStream()Debadree Chatterjee2023-04-101-1/+9
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-092-28/+79
* wasi: make version non-optionalMichael Dawson2023-04-061-1/+5
* url: drop ICU requirement for parsing hostnamesYagiz Nizipli2023-04-051-10/+15
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-053-8/+31
* doc: add a note about os.cpus() returning an empty listcodedokode2023-04-041-0/+2
* permission: drop process.permission.denyRafael Gonzaga2023-04-042-71/+3
* lib: runtime deprecate punycodeYagiz Nizipli2023-04-031-1/+4
* lib: add tracing channel to diagnostics_channelStephen Belanger2023-03-311-0/+647
* doc: add importing util to example of `process.report.getReport'Deokjin Kim2023-03-311-1/+3
* doc: vm.SourceTextModule() without context optionAxel Kittenberger2023-03-311-0/+2
* wasi: no longer require flag to enable wasiMichael Dawson2023-03-302-3/+4
* doc: revise example of assert.CallTrackerDeokjin Kim2023-03-291-8/+10
* stream: add setter & getter for default highWaterMark (#46929)Robert Nagy2023-03-291-0/+23
* test_runner: expose reporter for use in run apiChemi Atlow2023-03-281-1/+27
* doc: use serial comma in cli docsTobias Nießen2023-03-271-1/+1
* doc: improve example for Error.captureStackTrace()Julian Dax2023-03-261-6/+19
* doc: clarify http error events after calling destroy()Zach Bjornson2023-03-261-7/+9
* crypto: remove DEFAULT_ENCODINGTobias Nießen2023-03-262-23/+6
* doc: update output of example in AbortControllerDeokjin Kim2023-03-251-2/+2
* doc: update stream.reduce concurrency noteRaz Luvaton2023-03-241-8/+31
* url: add pending-deprecation to `url.parse()`Yagiz Nizipli2023-03-231-1/+4
* doc: remove use of DEFAULT_ENCODING in PBKDF2 docsTobias Nießen2023-03-231-40/+0
* url: implement URL.canParseKhafra2023-03-221-0/+21
* buffer: graduate File from experimental and expose as globalKhafra2023-03-222-2/+14
* node-api: extend type-tagging to externalsGabriel Schulhof2023-03-221-14/+17
* doc: fix typos in async_context.mdShubham Sharma2023-03-201-1/+1
* node-api: document node-api shutdown finalizationChengzhong Wu2023-03-201-14/+31
* events: add getMaxListeners methodKhafra2023-03-191-0/+52
* url: allow extension of user provided URL objectsAntoine du Hamel2023-03-191-0/+5
* doc: clarify that `fs.create{Read,Write}Stream` support `AbortSignal`Antoine du Hamel2023-03-181-0/+8
* doc: improve documentation for util.types.isNativeError()Julian Dax2023-03-181-4/+37
* doc: indicate that `name` is no longer an optional argumentDaniel Roe2023-03-171-2/+2
* 2023-03-14, Version 19.8.0 (Current)Michaël Zasso2023-03-1411-17/+21
* test_runner: support defining test reporter in NODE_OPTIONSSteve Herzog2023-03-141-0/+7
* doc: remove remaining SSL_OP_NETSCAPE_*_BUGTobias Nießen2023-03-131-8/+0
* crypto: remove ALPN_ENABLEDTobias Nießen2023-03-131-4/+0
* doc: fix typo in test.mdVictor Hiairrassary2023-03-131-1/+1
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-03-131-0/+1