blob: ce0f3997f818758b4bb8509d8f1d3791c0630bdd [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.
// https://w3c.github.io/battery/#the-navigator-interface
[
ImplementedAs=NavigatorBattery
] partial interface Navigator {
[CallWith=ScriptState, MeasureAs=BatteryStatusGetBattery] Promise<BatteryManager> getBattery();
};