Tag
Proposal for Async Context API in JavaScript to implicitly propagate values through asynchronous code, such as promise continuations or async callbacks.
The article discusses the TC39 ShadowRealm proposal, which aims to allow JavaScript execution in isolated environments (realms) without using iframes or web workers, improving code sandboxing and performance.