blob: 89e8103953fdc5cdcd89257b736e6dc81065d3ff [file] [log] [blame]
// Copyright 2018 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/picture-in-picture/#documentorshadowroot-extension
[
ImplementedAs=ShadowRootPictureInPicture,
RuntimeEnabled=PictureInPictureAPI
]
partial interface ShadowRoot {
// TODO(crbug.com/656517): Define this attribute in DocumentOrShadowRoot.
[Measure] readonly attribute HTMLVideoElement? pictureInPictureElement;
};