You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It defines a WebIDL attribute, [PropagatesAsyncContextToEvents], to automatically propagate the context from a method to the events that it trigger, living on the same object.
Add an extended attribute to allow propagating TC39's AsyncContext
Adds supports for marking callbacks in WebIDL as
[PropagatesAsyncContext], meaning that they automatically capture and propagate the async context.(
AsyncContext proposal integration (part 1)
It defines the AsyncContext concepts in HTML, and propagates it for basic callback-taking APIs and for script execution.
(
AsyncContext propagation to events
It defines a WebIDL attribute,
[PropagatesAsyncContextToEvents], to automatically propagate the context from a method to the events that it trigger, living on the same object.AsyncContext error events
It adds support for propagating an AsyncContext snapshot as a property on the global
errorandunhandledrejectioneventsPlanned:
loadanderrorevents