blob: ec0b34f4ca360b8d8e2533449d7ccf27bb5fe8ab [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<ScreenDetails> getScreenDetails();
};