blob: 5d43b49895c3068e496a544af1935b19cc6fb127 [file] [log] [blame]
// Copyright 2021 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.
// Permission-gated access to multi-screen information.
// https://github.com/webscreens/window-placement
[
SecureContext,
ImplementedAs=WindowScreens,
RuntimeEnabled=WindowPlacement
] partial interface Window {
[CallWith=ScriptState, Measure, RaisesException] Promise<Screens> getScreens();
};