blob: 35a05487acf62c953d670a2fc5986ce1162c6024 [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.
[
ImplementedAs=NavigatorBattery
] partial interface Navigator {
[CallWith=ScriptState] Promise getBattery();
};