blob: aad362346ca5fa9999a05a3456756d150bf0e354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://wicg.github.io/savedata/
idl_test(
['savedata'],
['netinfo', 'html', 'dom'],
idl_array => {
idl_array.add_objects({
NetworkInformation: ['navigator.connection']
});
}
);
|