Loading toolkit/modules/TorConnect.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,9 @@ export const TorConnectState = Object.freeze({ Disabled: "Disabled", }); /** * A class for exceptions thrown during the bootstrap process. */ export class TorConnectError extends Error { static get Offline() { return "Offline"; Loading toolkit/modules/TorSettings.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,9 @@ function arrayShuffle(array) { /* TorSettings module */ /** * The implementation for the global `TorSettings` object. */ class TorSettingsImpl { /** * The default settings to use. Loading Loading
toolkit/modules/TorConnect.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,9 @@ export const TorConnectState = Object.freeze({ Disabled: "Disabled", }); /** * A class for exceptions thrown during the bootstrap process. */ export class TorConnectError extends Error { static get Offline() { return "Offline"; Loading
toolkit/modules/TorSettings.sys.mjs +3 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,9 @@ function arrayShuffle(array) { /* TorSettings module */ /** * The implementation for the global `TorSettings` object. */ class TorSettingsImpl { /** * The default settings to use. Loading