blob: 55d3b0fa86e5fbadb160116707e1ae92b307e456 [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://w3c.github.io/screen-wake-lock/#extensions-to-the-navigator-interface
[
ImplementedAs=WakeLock,
RuntimeEnabled=WakeLock,
SecureContext
] partial interface Navigator {
[SameObject] readonly attribute WakeLock wakeLock;
};