Type Alias MediaKeysEngineError
MediaKeysEngineError:
| {
detail: string;
name: "MediaKeys issue";
type: "MediaKeysEngineError";
}
| {
detail: string;
name: "Unable to create WebKitMediaKeys";
type: "MediaKeysEngineError";
}
| {
name: "Unable to create session with WebKitMediaKeys";
type: "MediaKeysEngineError";
}
Type Declaration
- { detail: string; name: "MediaKeys issue"; type: "MediaKeysEngineError" }
- {
detail: string;
name: "Unable to create WebKitMediaKeys";
type: "MediaKeysEngineError";
} - {
name: "Unable to create session with WebKitMediaKeys";
type: "MediaKeysEngineError";
}
Represents a MediaKeys issue