Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
"use strict";
/* eslint no-unused-vars: [2, {"vars": "local"}] */
const { require } = ChromeUtils.importESModule(
);
const DevToolsUtils = require("resource://devtools/shared/DevToolsUtils.js");
Services.prefs.setBoolPref("devtools.testing", true);
registerCleanupFunction(() => {
Services.prefs.clearUserPref("devtools.testing");
});