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:
Automat af Gränssnitt 2018-11-22 10:34:15 +00:00 коммит произвёл moz-wptsync-bot
Родитель 6669443c64
Коммит 66e24a0368
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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 {