1
0
Fork 0
firefox/netwerk/test/unit_ipc/head_channels_clone.js
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
345 B
JavaScript

/* 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");