FileSystemHandle
Available only in secure contexts.
interface FileSystemHandle {
readonly kind: FileSystemHandleKind;
readonly name: string;
isSameEntry(other: FileSystemHandle): Promise<boolean>;
}var FileSystemHandle: {
prototype: FileSystemHandle;
new (): FileSystemHandle;
};§Methods
§
isSameEntry(other: FileSystemHandle): Promise<boolean>
[src]