blob: 6e5698d3ab5a4f7a5934c0896a3ef4ba68af9125 [file] [log] [blame]
// Copyright 2017 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.
// https://wicg.github.io/hdcp-detection/
[
ImplementedAs=MediaKeysGetStatusForPolicy,
SecureContext
] partial interface MediaKeys {
[Measure, CallWith=ScriptState, RaisesException] Promise<MediaKeyStatus> getStatusForPolicy(MediaKeysPolicy policy);
};