blob: 71d83478e63bdbfe129857b7a6535ddcfc6bea58 [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=NetworkInformation
] partial interface Navigator {
[MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};