isSameEntry method

JSPromise<JSBoolean> isSameEntry(
  1. FileSystemHandle other
)

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);