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