Preparing search index...
The search index is not available
@videojs/playback
@videojs/playback
IRequestPayloadWithMapper
Interface IRequestPayloadWithMapper<T>
interface
IRequestPayloadWithMapper
<
T
>
{
mapper
:
(
body
:
Uint8Array
)
=>
T
;
requestInit
?:
Omit
<
RequestInit
,
"method"
|
"signal"
>
;
requestType
:
RequestType
;
url
:
URL
;
}
Type Parameters
T
Hierarchy (
View Summary
)
IRequestPayload
IRequestPayloadWithMapper
Index
Properties
mapper
request
Init?
request
Type
url
Properties
mapper
mapper
:
(
body
:
Uint8Array
)
=>
T
Optional
request
Init
requestInit
?:
Omit
<
RequestInit
,
"method"
|
"signal"
>
request
Type
requestType
:
RequestType
url
url
:
URL
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mapper
request
Init
request
Type
url
@videojs/playback
Loading...