TC39 AsyncContext Integration #10432
Labels
addition/proposal
New features or enhancements
agenda+
To be discussed at a triage meeting
needs implementer interest
Moving the issue forward requires implementers to express interest
What problem are you trying to solve?
TC39 stage 2 proposal AsyncContext adds new built-in APIs to propagate data through logically-connected sync/async code execution. It will need HTML/Web API integration to properly save and restore context data at the boundary of asynchronous call contexts, e.g. timers, event listeners, and observers.
What solutions exist today?
The solution is not yet complete, submitting this proposal to open a space for discussion in HTML.
How would you solve it?
The issue tc39/proposal-async-context#82 has iterated on various integration points that are essential on the web platform.
The text was updated successfully, but these errors were encountered: