Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2022-10-04test_runner: add --test-name-pattern CLI flagcjihrig
2022-10-04doc: fix grammar in dns docs (#44850)Colin Ihrig
2022-10-04esm: remove specifier resolution flagGeoffrey Booth
2022-10-04doc: remove unnecessary leading commasColin Ihrig
2022-10-03perf_hooks: expose webperf global scope interfaceslegendecas
2022-10-03perf_hooks: fix webperf idlharnesslegendecas
2022-10-03fs: add directory autodetection to fsPromises.symlink()Livia Medeiros
2022-10-02doc: add anchor link for --preserve-symlinksKohei Ueno
2022-10-02doc: update node prefix require.cache exampleSimone Busoli
2022-09-282022-09-28, Version 18.10.0 (Current)RafaelGSS
2022-09-28doc: remove "currently" and comma splice from child_process.mdRich Trott
2022-09-27path: change basename() argument from ext to suffixRich Trott
2022-09-26fs: fix typo in mkdir exampleSergeyTsukanov
2022-09-26doc: fix description for `napi_get_cb_info()` in `n-api.md`Daeyeon Jeong
2022-09-24doc: update the deprecation for exit code to clarify its scopeDaeyeon Jeong
2022-09-23stream: handle a pending pull request from a released readerDaeyeon Jeong
2022-09-22doc,crypto: cleanup removed pbkdf2 behavioursFilip Skokan
2022-09-22doc: include code examples for webstreams consumersLucas Santos
2022-09-21doc,crypto: update webcrypto docs for global accessFilip Skokan
2022-09-20doc: remove extra space on threadpool usageConnor Burton
2022-09-20node-api: add deprecation code of uncaught exceptionChengzhong Wu
2022-09-18http: throw error on content-length mismatchsidwebworks
2022-09-17lib: enable global WebCrypto by defaultAntoine du Hamel
2022-09-17doc: maintain only one list of MODP groupsTobias Nießen
2022-09-15doc,inspector: document changes of inspector.closelegendecas
2022-09-15doc: use serial comma in report docsDaeyeon Jeong
2022-09-14readline: remove `question` method from `InterfaceConstructor`Antoine du Hamel
2022-09-14doc: use serial comma in stream docsDaeyeon Jeong
2022-09-14doc: remove empty line in YAML blockClaudio Wunder
2022-09-13inspector: expose inspector.close on workersChengzhong Wu
2022-09-13doc: deprecate modp1, modp2, and modp5 groupsTobias Nießen
2022-09-13doc: remove old OpenSSL ENGINE constantsTobias Nießen
2022-09-12doc: fix heading levels for test runner hooksFabian Meyer
2022-09-12doc: fix errors in http.mdLuigi Pinca
2022-09-12fs: remove coercion to string in writing methodsLivia Medeiros
2022-09-12doc: fix vm.Script createCachedData exampleChengzhong Wu
2022-09-12module: runtime deprecate exports double slash mapsGuy Bedford
2022-09-11doc: fix link in `process.md`Antoine du Hamel
2022-09-11module: exports & imports map invalid slash deprecationGuy Bedford
2022-09-11process: make process.config read onlySergey Petushkov
2022-09-10doc: do not use weak MODP group in exampleTobias Nießen
2022-09-10test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-09-09stream: remove `abortReason` from `WritableStreamDefaultController`Daeyeon Jeong
2022-09-09stream: add `ReadableByteStream.tee()`Daeyeon Jeong
2022-09-08doc: emphasize that createCipher is never secureTobias Nießen
2022-09-082022-09-08, Version v18.9.0 (Current)RafaelGSS
2022-09-08v8: add setHeapSnapshotNearHeapLimittheanarkh
2022-09-06doc: document attribute Script.cachedDataRejectedChengzhong Wu
2022-09-05doc: move policy docs to the permissions scopeRafael Gonzaga
2022-09-05cli: add `--watch`Moshe Atlow