blob: 37b49dbd6a1c3506131c266c8e6892d217070f57 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
partial interface HTMLMediaElement {
readonly attribute MediaKeys mediaKeys;
[SecureContext, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
attribute EventHandler onencrypted;
attribute EventHandler onwaitingforkey;
};