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
AgeCommit message (Expand)Author
2022-04-28doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-182022-04-19, Version 18.0.0 (Current)v18.0.0Beth Griggs
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-02-232022-02-22, Version 17.6.0 (Current)Bryan English
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-14crypto: expose Web Crypto API on the global scopeAntoine du Hamel
2022-02-102022-02-10, Version 17.5.0 (Current)Ruy Adorno
2022-02-082022-02-08, Version 16.14.0 'Gallium' (LTS)Danielle Adams
2022-02-01lib: add fetchMichaël Zasso
2021-12-24worker: expose BroadcastChannel as a globalJames M Snell
2021-12-24buffer: expose Blob as a globalJames M Snell
2021-12-182021-12-17, Version 17.3.0 (Current)Danielle Adams
2021-12-10lib: add abortSignal.throwIfAborted()James M Snell
2021-12-02lib: add AbortSignal.timeoutJames M Snell
2021-11-302021-11-30, Version 17.2.0 (Current)Michaël Zasso
2021-11-24lib: add reason to AbortSignalJames M Snell
2021-10-23doc: add missing entry in `globals.md`Antoine du Hamel
2021-10-20doc: format doc/api/*.md with markdown formatterRich Trott
2021-10-192021-10-19, Version 17.0.0 (Current)Beth Griggs
2021-09-22doc: add blank line between commentsRich Trott
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-08-13doc: fixed variable names in queueMicrotask exampleashish maurya
2021-08-06lib: expose `DOMException` as globalXadillaX
2021-05-122021-05-11, Version 14.17.0 'Fermium' (LTS)Danielle Adams
2021-04-23doc: fix YAML comment opening tagsJayden Seric
2021-04-202021-04-20, Version 16.0.0 (Current)Beth Griggs
2021-04-01perf_hooks: make performance a globalJames M Snell
2021-03-25buffer: expose btoa and atob as globalsJames M Snell
2021-03-182021-03-17, Version 15.12.0 (Current)Danielle Adams
2021-03-15lib: implement AbortSignal.abort()James M Snell
2021-03-13doc: recommend checking abortSignal.aborted firstJames M Snell
2021-02-04doc: fix typo in globals.mdDarshan Sen
2020-12-092020-12-09, Version 15.4.0 (Current)Danielle Adams
2020-11-23events: graduate Event, EventTarget, AbortControllerJames M Snell
2020-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-11lib: add EventTarget-related browser globalsAnna Henningsen
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-09doc: make globals Extends usage consistentcjihrig
2020-06-05lib: unflag AbortControllerJames M Snell
2020-06-05lib: initial experimental AbortController implementationJames M Snell
2019-12-27doc: use code markup/markdown in headers in globals documentationRich Trott
2019-10-26doc: delete "a number of" things in the docsRich Trott
2019-10-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-04doc: add explicit bracket for markdown reference linksNick Schonning
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-01doc: remove multiple consecutive blank linesNick Schonning
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-01-21doc: hyperlink reference to process.nextTickSam Roberts