Search
Preparing search index...
The search index is not available
Okuna.js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
FetchStrategy
Class FetchStrategy
api
Hierarchy
RequestStrategy
FetchStrategy
Index
Constructors
constructor
Properties
name
Methods
delete
get
patch
post
put
Constructors
constructor
new
Fetch
Strategy
(
)
:
FetchStrategy
Returns
FetchStrategy
Properties
name
name
:
string
Methods
delete
delete
(
url
:
string
, opts
:
object
)
:
Promise
<
any
>
Parameters
url:
string
opts:
object
Returns
Promise
<
any
>
get
get
(
url
:
string
, opts
:
object
)
:
Promise
<
any
>
Parameters
url:
string
opts:
object
Returns
Promise
<
any
>
patch
patch
(
url
:
string
, payload
:
object
|
string
|
FormData
, opts
:
object
)
:
Promise
<
any
>
Parameters
url:
string
payload:
object
|
string
|
FormData
opts:
object
Returns
Promise
<
any
>
post
post
(
url
:
string
, payload
:
object
|
string
|
FormData
, opts
:
object
)
:
Promise
<
any
>
Parameters
url:
string
payload:
object
|
string
|
FormData
opts:
object
Returns
Promise
<
any
>
put
put
(
url
:
string
, payload
:
object
|
string
|
FormData
, opts
:
object
)
:
Promise
<
any
>
Parameters
url:
string
payload:
object
|
string
|
FormData
opts:
object
Returns
Promise
<
any
>
Globals
Fetch
Strategy
constructor
name
delete
get
patch
post
put
Generated using
TypeDoc