whatwg / webidl

Web IDL Standard
https://webidl.spec.whatwg.org/
Other
403 stars 162 forks source link

Add support for AsyncContext #1369

Open Ms2ger opened 1 year ago

Ms2ger commented 1 year ago

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

Ms2ger commented 1 year ago

cc @littledan

littledan commented 9 months ago

Great to see this PR starting to save and restore contexts in some cases. Could you describe what are the semantics you're trying to implement here? Maybe it would be good to open an issue to discuss this, since there are some interesting design choices to make about which things save and restore snapshots.

littledan commented 7 months ago

Relevant PRs: https://github.com/whatwg/dom/pull/1239 https://github.com/whatwg/html/pull/9408