mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 09:28:51 +00:00
7 lines
198 B
JavaScript
7 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;
|