@ceeblue/wrts-client
    Preparing search index...

    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" }

      Represents a MediaKeys issue

    • {
          detail: string;
          name: "Unable to create WebKitMediaKeys";
          type: "MediaKeysEngineError";
      }

      Represents an error when creating WebKitMediaKeys

    • {
          name: "Unable to create session with WebKitMediaKeys";
          type: "MediaKeysEngineError";
      }

      Represents an error when creating a session with WebKitMediaKeys