Preparing search index...
The search index is not available
sublinks-js-client
sublinks-js-client
HttpClientConstructorOptions
Interface HttpClientConstructorOptions
interface
HttpClientConstructorOptions
{
cacheTime
?:
number
;
compatible18
?:
boolean
;
fetchFunction
?:
{
(
input
,
init
?
)
:
Promise
<
Response
>
;
(
input
,
init
?
)
:
Promise
<
Response
>
;
}
;
headers
?:
{
[
key
:
string
]
:
string
;
}
;
insecure
?:
boolean
;
useCache
?:
boolean
;
}
Index
Properties
cache
Time?
compatible18?
fetch
Function?
headers?
insecure?
use
Cache?
Properties
Optional
cache
Time
cache
Time
?:
number
Optional
compatible18
compatible18
?:
boolean
Optional
fetch
Function
fetch
Function
?:
{
(
input
,
init
?
)
:
Promise
<
Response
>
;
(
input
,
init
?
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
headers
headers
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Optional
insecure
insecure
?:
boolean
Optional
use
Cache
use
Cache
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cache
Time
compatible18
fetch
Function
headers
insecure
use
Cache
sublinks-js-client
HTTP
FetchCache
SublinksClient
AddAdmin
AddAdminResponse
AddModToCommunity
AddModToCommunityResponse
AdminPurgeComment
AdminPurgeCommentView
AdminPurgeCommunity
AdminPurgeCommunityView
AdminPurgePerson
AdminPurgePersonView
AdminPurgePost
AdminPurgePostView
ApproveRegistrationApplication
BanFromCommunity
BanFromCommunityResponse
BanPerson
BanPersonResponse
BannedPersonsResponse
Loading...
Generated using
TypeDoc
MDN Reference