summaryrefslogtreecommitdiff
path: root/doc/api/async_hooks.md
Commit message (Expand)AuthorAgeFilesLines
* doc: async_hooks asynchronous content example add mjs codebtea2023-04-261-1/+42
* doc: fix fs missing importjakecastelli2023-03-031-0/+4
* doc: add async_hooks migration noteGeoffrey Booth2022-11-211-1/+14
* doc: add lint rule to enforce trailing commasAntoine du Hamel2022-11-171-8/+8
* doc, async_hooks: improve and add migration hintsGerhard Stöbich2022-11-101-18/+24
* doc: add `node:` prefix for all core modulesAntoine du Hamel2022-04-201-38/+38
* doc: fix comment text in async_hooks exampleRich Trott2022-03-301-14/+14
* doc: revise async_hooks docsRich Trott2022-03-171-10/+10
* 2022-02-08, Version 16.14.0 'Gallium' (LTS)Danielle Adams2022-02-081-1/+3
* async_hooks: fix imports in context exampleYash Ladha2022-02-031-0/+3
* doc: add note about resource type in async_hooksTony Gorez2022-02-031-0/+5
* doc: fix async_hooks example in api docsakhil marsonya2022-01-211-1/+1
* 2021-11-30, Version 17.2.0 (Current)Michaël Zasso2021-11-301-1/+1
* async_hooks: expose async_wrap providersRafael Gonzaga2021-11-121-0/+13
* doc: format doc/api/*.md with markdown formatterRich Trott2021-10-201-7/+7
* doc: fix typo in `async_hooks.md`xuchaobei2021-09-241-1/+1
* doc: anchor link parity between markdown and html-generated docsfoxxyz2021-08-301-10/+10
* doc: correct cjs code to match mjs codeRaz Luvaton2021-08-161-2/+2
* doc: use ASCII order for md refsAntoine du Hamel2021-06-271-1/+1
* doc: esm examples /w imports for process, BufferGuy Bedford2021-06-251-20/+191
* async_hooks: stabilize part of AsyncLocalStoragevdeturckheim2021-06-041-559/+4
* async_hooks,doc: replace process.stdout.fd with 1Darshan Sen2021-04-261-7/+11
* 2021-04-20, Version 16.0.0 (Current)Beth Griggs2021-04-201-2/+2
* doc: fix asyncLocalStorage.run() descriptionDarkripper2142021-04-031-2/+6
* doc: reduce header nesting in async_hooks.mdRich Trott2021-03-251-22/+20
* doc: clarify that async_hook callbacks cannot be asyncJames M Snell2021-02-181-0/+4
* doc: improve AsyncLocalStorage introductionRomuald Brillout2021-01-251-0/+5
* async_hooks: add thisArg to AsyncResource.bindJames M Snell2021-01-091-2/+12
* doc: revise method text in async_hooks.mdRich Trott2021-01-061-11/+11
* doc: avoid memory leak warning in async_hooks exampleJames M Snell2021-01-061-1/+11
* doc: revise exit() and run() text in async_hooks.mdRich Trott2021-01-051-10/+6
* doc: reduce abbreviations in async_hooks.mdRich Trott2021-01-041-4/+4
* doc: improve ALS.enterWith and exit descriptionsAndrey Pechkurov2021-01-021-10/+15
* doc: update list styles for remark-parse@9 renderingRich Trott2020-11-121-8/+8
* doc: changes description must end with a periodAntoine du Hamel2020-10-091-1/+1
* 2020-10-06, Version 12.19.0 'Erbium' (LTS)Shelley Vohr2020-10-061-2/+6
* doc: sort md references in ASCII orderAntoine du Hamel2020-10-011-3/+3
* doc: use .md extension for internal linksAntoine du Hamel2020-10-011-4/+4
* doc: make minor edits for consistencyRich Trott2020-09-291-1/+1
* doc: replace "you should do X" with "do X"Rich Trott2020-09-161-2/+2
* doc: improve async_hooks snippetsAndrey Pechkurov2020-08-181-2/+3
* 2020-08-11, Version 14.8.0 (Current)Shelley Vohr2020-08-111-2/+2
* doc: use _Static method_ instead of _Class Method_Rich Trott2020-08-091-1/+1
* doc: use _Class Method_ in async_hooks.mdRich Trott2020-08-061-1/+1
* async_hooks: add AsyncResource.bind utilityJames M Snell2020-08-031-5/+31
* doc: improve async_hooks asynchronous context exampleDenys Otrishko2020-07-031-9/+28
* doc: change "currently not considered public" to "not supported"Rich Trott2020-06-301-1/+1
* doc: add dynamic source code linksAlec Davidson2020-06-261-0/+2
* doc: use sentence-case for headings in docsRich Trott2020-06-191-4/+4
* doc: add snippet for AsyncResource and EE integrationAndrey Pechkurov2020-06-111-1/+28