blob: 609ac6e849c5d00b04a9dcee4c0afa8ff4aac09f [file] [log] [blame]
// 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.
// https://www.w3.org/TR/wake-lock
[
SecureContext,
Exposed=Window,
ImplementedAs=NavigatorWakeLock,
RuntimeEnabled=WakeLockNavigator
] partial interface Navigator {
[CallWith=ScriptState] Promise getWakeLock(WakeLockType type);
};