next
Version:
The React Framework
9 lines (8 loc) • 443 B
JavaScript
// Browser variant of `./server-async-storage`. The server-only async-storage
// singletons don't exist in the browser, so these are `undefined`. Consumers
// guard usage behind `typeof window === 'undefined'`, so the stubs are never
// dereferenced.
export const actionAsyncStorage = undefined;
export const workAsyncStorage = undefined;
export const workUnitAsyncStorage = undefined;
//# sourceMappingURL=server-async-storage.browser.js.map