@vlcn.io/zone
v0.1.0
Published
Allows storing data in the current execution context and tracks across async calls.
Readme
context-provider
Allows storing data in the current execution context and tracks across async calls.
The context-provider package is 100% pulled and isolated from Dexie.js.
newScope(async () => {
PSD.prop1...
await foo();
PSD.prop1...
}, {prop1: 'value', ...});