This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Bryan English
bengl.dev
did:plc:unjlhdbmfjyewhbe5wc4rpc7
Alright @nodejs.org AsyncLocalStorage people. What do we think of a .use() that does a disposable enterWith()?
{
using _ = asyncLocalStorage.use(myStore)
// do stuff
} // here we implicitly enterWith(oldStore)
Like asyncLocalStorage.run(), but with using/Symbol.dispose
2025-05-01T13:47:13.183Z