Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101481608
volume-localstorage.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 21:21
Size
471 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 21:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24160992
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
volume-localstorage.d.ts
View Options
import { Volume } from './volume';
export interface IStore {
setItem(key: string, json: any): any;
getItem(key: string): any;
removeItem(key: string): any;
}
export declare class ObjectStore {
obj: object;
constructor(obj: any);
setItem(key: string, json: any): void;
getItem(key: string): any;
removeItem(key: string): void;
}
export declare function createVolume(namespace: string, LS?: IStore | object): new (...args: any[]) => Volume;
Event Timeline
Log In to Comment