isSameEntry method
The isSameEntry()
method of the
FileSystemHandle interface compares two FileSystemHandle to see if the
associated entries (either a file or directory) match.
Implementation
external JSPromise<JSBoolean> isSameEntry(FileSystemHandle other);