blob: 4610508b69b1e30db574e04f2651b40cb8b646f2 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://wicg.github.io/netinfo/
idl_test(
['netinfo'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({ NetworkInformation: ['navigator.connection'] });
if (self.isWorker) {
idl_array.add_objects({ WorkerNavigator: ['navigator'] });
} else {
idl_array.add_objects({ Navigator: ['navigator'] });
}
}
);