mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
const Cu = Components.utils;
|
|
Cu.import("resource://gre/modules/Services.jsm");
|
|
|
|
var ns = {};
|
|
Services.scriptloader.loadSubScript("resource://gre/modules/NetUtil.jsm", ns);
|
|
var NetUtil = ns.NetUtil;
|