summaryrefslogtreecommitdiffstats
path: root/devtools/shared/network-observer/test/xpcshell/head.js
blob: 93b66e463247f73b1b24d79081afb9e002447647 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

ChromeUtils.defineESModuleGetters(this, {
  NetworkHelper:
    "resource://devtools/shared/network-observer/NetworkHelper.sys.mjs",
});