blob: 3aba5a18d9a4656e4cc1280d9a40b32a43533373 [file] [log] [blame]
// Copyright 2019 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/v2/
dictionary PictureInPictureOptions {
long height;
long width;
boolean interactive = false;
};