Preparing search index...
The search index is not available
@videojs/playback
@videojs/playback
INetworkRequest
Interface INetworkRequest<T>
interface
INetworkRequest
<
T
>
{
abort
:
(
reason
:
string
)
=>
void
;
configuration
:
NetworkConfiguration
;
done
:
Promise
<
T
>
;
id
:
string
;
isAborted
:
boolean
;
requestType
:
RequestType
;
}
Type Parameters
T
Index
Properties
abort
configuration
done
id
is
Aborted
request
Type
Properties
abort
abort
:
(
reason
:
string
)
=>
void
configuration
configuration
:
NetworkConfiguration
done
done
:
Promise
<
T
>
id
id
:
string
is
Aborted
isAborted
:
boolean
request
Type
requestType
:
RequestType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
configuration
done
id
is
Aborted
request
Type
@videojs/playback
Loading...