fune/netwerk/test/unit_ipc/head_channels_clone.js

10 lines
329 B
JavaScript

/* import-globals-from ../unit/head_channels.js */
// Load standard base class for network tests into child process
//
var { NetUtil } = ChromeUtils.import("resource://gre/modules/NetUtil.jsm");
var { XPCOMUtils } = ChromeUtils.importESModule(
"resource://gre/modules/XPCOMUtils.sys.mjs"
);
load("../unit/head_channels.js");