StorageManager
Available only in secure contexts.
interface StorageManager {
estimate(): Promise<StorageEstimate>;
getDirectory(): Promise<FileSystemDirectoryHandle>;
persist(): Promise<boolean>;
persisted(): Promise<boolean>;
}var StorageManager: {
prototype: StorageManager;
new (): StorageManager;
};