blob: be87bc8829d726a2db7aaa9811a6cb66f507f751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* import-globals-from ../unit/head_channels.js */
// Load standard base class for network tests into child process
//
var { NetUtil } = ChromeUtils.importESModule(
"resource://gre/modules/NetUtil.sys.mjs"
);
var { XPCOMUtils } = ChromeUtils.importESModule(
"resource://gre/modules/XPCOMUtils.sys.mjs"
);
load("../unit/head_channels.js");
|