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