blob: 2f7e60a66a833cfd8c7a2db07addde44fcc1bab9 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// 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;
};