FileStorage class
FileStorage is an IdentityStorage implementation that works in the browser.
NOTE: This is experimental, you might want to roll your own IdentityStorage of early.
Signature:
export declare class FileStorage 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(filename) | Constructs a new instance of the FileStorageclass | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| add(identity) | ||
| list() | ||
| remove(key) |