Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The kind
read-only property of the FileSystemHandle
interface returns the type of entry. This is 'file'
if the associated entry is a file or 'directory'
. It is used to distinguish files from directories when iterating over the contents of a directory.