blob: 0c1c57ebab1d4fbbc8462f9fcc0c7dbdbdb50fe8 [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.
[
Exposed=Worker,
ImplementedAs=NetworkInformation
] partial interface WorkerNavigator {
[MeasureAs=NetInfo] readonly attribute NetworkInformation connection;
};