Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: stabilize AsyncLocalStorage methods
Mark AsyncLocalStorage#enterWith and AsyncLocalStorage#disable as stable
  • Loading branch information
vdeturckheim committed Apr 25, 2025
commit cccc96e508d19a1790e830051130619bcfba8640
4 changes: 2 additions & 2 deletions doc/api/async_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ added:
- v12.17.0
-->

> Stability: 1 - Experimental
> Stability: 2 - Stable
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should mention the version when it was moved from experimental to stable in the YAML section above.
see e.g. AsyncLocalStorage.snapshot() as reference.


Disables the instance of `AsyncLocalStorage`. All subsequent calls
to `asyncLocalStorage.getStore()` will return `undefined` until
Expand Down Expand Up @@ -255,7 +255,7 @@ added:
- v12.17.0
-->

> Stability: 1 - Experimental
> Stability: 2 - Stable

* `store` {any}

Expand Down
Loading