interface WebKitFileSystem {
    name: string;
    root: WebKitDirectoryEntry;
}

Properties

Properties

name: string