Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
diagnostics
DiagnosticReplayOptions
Interface DiagnosticReplayOptions
Experimental
interface
DiagnosticReplayOptions
{
baseUrl
:
string
;
bundle
:
unknown
;
envelopeIndex
?:
number
;
fetchFn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
previewBytes
?:
number
;
signal
?:
AbortSignal
;
timeoutMs
?:
number
;
}
Index
Properties
base
Url
bundle
envelope
Index?
fetch
Fn?
preview
Bytes?
signal?
timeout
Ms?
Properties
Experimental
base
Url
base
Url
:
string
Experimental
bundle
bundle
:
unknown
Optional
Experimental
envelope
Index
envelope
Index
?:
number
Optional
fetch
Fn
fetch
Fn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
Experimental
preview
Bytes
preview
Bytes
?:
number
Optional
Experimental
signal
signal
?:
AbortSignal
Optional
Experimental
timeout
Ms
timeout
Ms
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
bundle
envelope
Index
fetch
Fn
preview
Bytes
signal
timeout
Ms
@honua/sdk-js
Loading...
MDN Reference