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