0.1.0 • Published 3 years ago
@vlcn.io/zone v0.1.0
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', ...});
0.1.0
3 years ago