Preparing search index...
The search index is not available
@videojs/env-capabilities
@videojs/env-capabilities
IEnvCapabilitiesContext
Interface IEnvCapabilitiesContext
interface
IEnvCapabilitiesContext
{
isSecureContext
:
boolean
;
location
:
Location
;
matchMedia
:
(
query
:
string
)
=>
MediaQueryList
;
MediaSource
?:
{
isTypeSupported
:
(
type
:
string
)
=>
boolean
}
;
navigator
:
Navigator
;
}
Index
Properties
is
Secure
Context
location
match
Media
Media
Source?
navigator
Properties
Readonly
is
Secure
Context
isSecureContext
:
boolean
Readonly
location
location
:
Location
Readonly
match
Media
matchMedia
:
(
query
:
string
)
=>
MediaQueryList
Optional
Readonly
Media
Source
MediaSource
?:
{
isTypeSupported
:
(
type
:
string
)
=>
boolean
}
Readonly
navigator
navigator
:
Navigator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Secure
Context
location
match
Media
Media
Source
navigator
@videojs/env-capabilities
Loading...