@wxn0brp/vql-client
Preparing search index...
Config
Interface Config
interface
Config
{
body
?:
Record
<
string
,
any
>
;
fetchImplementation
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
headers
?:
Record
<
string
,
any
>
;
hookContext
?:
any
;
hooks
?:
VQLHooks
;
transport
?:
VQLTransport
;
url
?:
string
;
}
Index
Properties
body?
fetch
Implementation
headers?
hook
Context?
hooks?
transport?
url?
Properties
Optional
body
body
?:
Record
<
string
,
any
>
default transport body
fetch
Implementation
fetchImplementation
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
Type Declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
headers
headers
?:
Record
<
string
,
any
>
default transport headers
Optional
hook
Context
hookContext
?:
any
default transport context
Optional
hooks
hooks
?:
VQLHooks
Optional
transport
transport
?:
VQLTransport
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
fetch
Implementation
headers
hook
Context
hooks
transport
url
@wxn0brp/vql-client
Loading...
default transport body