зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1508206 [wpt PR 14119] - Update interfaces/netinfo.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/netinfo.idl Source: https://github.com/tidoust/reffy-reports/blob/b4dd7c1/whatwg/idl/netinfo.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/456835430 -- wpt-commits: 25654705de1f0f2257271c1dc273c3fece2283e6 wpt-pr: 14119
This commit is contained in:
Родитель
6669443c64
Коммит
66e24a0368
|
@ -23,12 +23,12 @@ enum EffectiveConnectionType {
|
|||
};
|
||||
|
||||
[NoInterfaceObject, Exposed=(Window,Worker)]
|
||||
interface NavigatorNetworkInformation {
|
||||
readonly attribute NetworkInformation connection;
|
||||
};
|
||||
interface mixin NavigatorNetworkInformation {
|
||||
readonly attribute NetworkInformation connection;
|
||||
};
|
||||
|
||||
Navigator implements NavigatorNetworkInformation;
|
||||
WorkerNavigator implements NavigatorNetworkInformation;
|
||||
Navigator includes NavigatorNetworkInformation;
|
||||
WorkerNavigator includes NavigatorNetworkInformation;
|
||||
|
||||
[Exposed=(Window,Worker)]
|
||||
interface NetworkInformation : EventTarget {
|
||||
|
|
Загрузка…
Ссылка в новой задаче