summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/events/picture_in_picture_control_event.idl
blob: 550f1e697cc0b11fe4e8e1570da1f60e3f5a45f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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;
};