toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.fs
/
FileSystemHandle
File
System
Handle
open
external
class
FileSystemHandle
(
source
)
Available only in secure contexts.
MDN Reference
Inheritors
FileSystemDirectoryHandle
FileSystemFileHandle
Members
Properties
kind
Link copied to clipboard
open
val
kind
:
FileSystemHandleKind
MDN Reference
name
Link copied to clipboard
val
name
:
String
MDN Reference
Functions
is
Same
Entry
Link copied to clipboard
suspend
fun
isSameEntry
(
other
:
FileSystemHandle
)
:
Boolean
MDN Reference
is
Same
Entry
Async
Link copied to clipboard
fun
isSameEntryAsync
(
other
:
FileSystemHandle
)
:
Promise
<
Boolean
>