Rachel
Toggle table of contents
3.6.0
web
Target filter
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.filesystem
/
love.yinlin.fs
/
FileSystemHandle
File
System
Handle
web
interface
FileSystemHandle
:
JsAny
Inheritors
FileSystemFileHandle
FileSystemDirectoryHandle
Members
Properties
kind
Link copied to clipboard
web
abstract
val
kind
:
String
name
Link copied to clipboard
web
abstract
val
name
:
String
Functions
is
Same
Entry
Link copied to clipboard
web
abstract
fun
isSameEntry
(
entry
:
FileSystemHandle
)
:
Promise
<
JsBoolean
>
remove
Link copied to clipboard
web
abstract
fun
remove
(
)
:
Promise
<
JsAny
?
>
abstract
fun
remove
(
options
:
JsAny
)
:
Promise
<
JsAny
?
>