blob: 550f1e697cc0b11fe4e8e1570da1f60e3f5a45f2 [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.
[
RuntimeEnabled=PictureInPictureControl,
Constructor(DOMString type, PictureInPictureControlEventInit eventInitDict)
]
interface PictureInPictureControlEvent : Event {
attribute DOMString id;
};