Preparing search index...
The search index is not available
ZenFS
ZenFS
Fetch
Interface Fetch
interface
Fetch
{
name
:
"Fetch"
;
options
:
{
baseUrl
:
{
required
:
false
;
type
:
"string"
;
}
;
index
:
{
required
:
false
;
type
:
readonly
[
"string"
,
"object"
]
;
}
;
requestInit
:
{
required
:
false
;
type
:
"object"
;
}
;
}
;
create
(
options
:
FetchOptions
)
:
FetchFS
;
isAvailable
(
)
:
boolean
;
}
Hierarchy
_Fetch
Fetch
Index
Properties
name
options
Methods
create
is
Available
Properties
Readonly
name
name
:
"Fetch"
= 'Fetch'
Readonly
options
options
:
{
baseUrl
:
{
required
:
false
;
type
:
"string"
;
}
;
index
:
{
required
:
false
;
type
:
readonly
[
"string"
,
"object"
]
;
}
;
requestInit
:
{
required
:
false
;
type
:
"object"
;
}
;
}
= ...
Methods
Readonly
create
create
(
options
)
:
FetchFS
Parameters
options
:
FetchOptions
Returns
FetchFS
Readonly
is
Available
is
Available
(
)
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
Methods
create
is
Available
ZenFS
Loading...