blob: fe0c46e71eac44de2f326b6e56f59712c88b0130 [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/#htmlvideoelement-extensions
[
ImplementedAs=HTMLVideoElementPictureInPicture,
OriginTrialEnabled=PictureInPictureAPI
]
partial interface HTMLVideoElement {
[CallWith=ScriptState, Measure] Promise<PictureInPictureWindow> requestPictureInPicture();
attribute EventHandler onenterpictureinpicture;
attribute EventHandler onleavepictureinpicture;
[CEReactions, Measure, Reflect] attribute boolean disablePictureInPicture;
};