@arl/leaflet-tracksymbol2
Preparing search index...
<internal>
FileSystemHandle
Interface FileSystemHandle
Available only in secure contexts.
MDN Reference
interface
FileSystemHandle
{
kind
:
FileSystemHandleKind
;
name
:
string
;
isSameEntry
(
other
:
FileSystemHandle
)
:
Promise
<
boolean
>
;
}
Hierarchy (
View Summary
)
FileSystemHandle
FileSystemDirectoryHandle
FileSystemFileHandle
Index
Properties
kind
name
Methods
is
Same
Entry
Properties
Readonly
kind
kind
:
FileSystemHandleKind
MDN Reference
Readonly
name
name
:
string
MDN Reference
Methods
is
Same
Entry
isSameEntry
(
other
:
FileSystemHandle
)
:
Promise
<
boolean
>
MDN Reference
Parameters
other
:
FileSystemHandle
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
name
Methods
is
Same
Entry
@arl/leaflet-tracksymbol2
Loading...
Available only in secure contexts.
MDN Reference