cleaker
Preparing search index...
ResolvePointerOptions
Interface ResolvePointerOptions
interface
ResolvePointerOptions
{
fetcher
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
headers
?:
Record
<
string
,
string
>
;
host
?:
string
;
origin
?:
string
;
}
Index
Properties
fetcher?
headers?
host?
origin?
Properties
Optional
fetcher
fetcher
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
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
>
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
host
host
?:
string
Optional
origin
origin
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetcher
headers
host
origin
cleaker
Loading...
MDN Reference