cleaker
Preparing search index...
CleakerOptions
Interface CleakerOptions
interface
CleakerOptions
{
bootstrap
?:
string
[]
;
cacheTtl
?:
number
;
fetcher
?:
{
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
identityHash
?:
string
;
namespace
?:
string
;
preferredTransport
?:
string
[]
;
resolveLocalTarget
?:
(
target
:
ParsedTarget
)
=>
unknown
;
secret
?:
string
;
space
?:
string
;
}
Hierarchy
CreateRemotePointerOptions
Pick
<
BindKernelOptions
,
"namespace"
|
"secret"
|
"identityHash"
|
"space"
|
"bootstrap"
|
"fetcher"
,
>
CleakerOptions
Index
Properties
bootstrap?
cache
Ttl?
fetcher?
identity
Hash?
namespace?
preferred
Transport?
resolve
Local
Target?
secret?
space?
Properties
Optional
bootstrap
bootstrap
?:
string
[]
Optional
cache
Ttl
cacheTtl
?:
number
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
identity
Hash
identityHash
?:
string
Optional
namespace
namespace
?:
string
Optional
preferred
Transport
preferredTransport
?:
string
[]
Optional
resolve
Local
Target
resolveLocalTarget
?:
(
target
:
ParsedTarget
)
=>
unknown
Optional
secret
secret
?:
string
Optional
space
space
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bootstrap
cache
Ttl
fetcher
identity
Hash
namespace
preferred
Transport
resolve
Local
Target
secret
space
cleaker
Loading...
MDN Reference