fune/netwerk/test/unit_ipc/head_channels_clone.js
2020-04-07 16:00:03 +00:00

10 lines
317 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.import(
"resource://gre/modules/XPCOMUtils.jsm"
);
load("../unit/head_channels.js");