blob: 71e98cf3c78a4006d605b950272fcbc7299e6d94 [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/#interface-picture-in-picture-window
[
ActiveScriptWrappable,
OriginTrialEnabled=PictureInPictureAPI
]
interface PictureInPictureWindow : EventTarget {
[Measure] readonly attribute long width;
[Measure] readonly attribute long height;
attribute EventHandler onresize;
};