Interface FileSystemHandle
interface FileSystemHandle {
kind: FileSystemHandleKind;
name: string;
isSameEntry(other: FileSystemHandle): Promise<boolean>;
}
kind: FileSystemHandleKind;
name: string;
isSameEntry(other: FileSystemHandle): Promise<boolean>;
}
Hierarchy
- FileSystemHandle (view full)
Index
Properties
Methods
Methods
isSameEntry
- is
Same (other): Promise<boolean>Entry Parameters
- other: FileSystemHandle
Returns Promise<boolean>
Available only in secure contexts.
MDN Reference