blob: c5bff09da1473e835b8de2b1f59997117385b2c6 [file] [log] [blame]
// Copyright 2014 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.
[
RuntimeEnabled=BatteryStatus,
] partial interface Navigator {
[CallWith=ScriptState] Promise getBattery();
};