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 Summary)
Index
Properties
Methods
Methods
isSameEntry
- isSameEntry(other: FileSystemHandle): Promise<boolean>
Parameters
- other: FileSystemHandle
Returns Promise<boolean>
Available only in secure contexts.
MDN Reference