Variable BackgroundTasksUtils
BackgroundTasksUtils: {
_defaultProfile: any;
_defaultProfileInitialized: any;
_throwIfNotLocked(lock: any): any;
currentProfileIsDefaultProfile(): any;
enableFirefoxMessagingSystem(defaultProfile: any): any;
enableNimbus(commandLine: any, defaultProfile: any): any;
getDefaultProfile(): any;
hasDefaultProfile(): any;
readFirefoxMessagingSystemTargetingSnapshot(lock: any): any;
readPreferences(predicate: any, lock: any): any;
readTelemetryClientID(lock: any): any;
withProfileLock(callback: any, profile: any): any;
}
Type declaration
-
_defaultProfile: any
-
_defaultProfileInitialized: any
-
_throwIfNotLocked:function
- _throwIfNotLocked(lock: any): any
-
Returns any
-
currentProfileIsDefaultProfile:function
- currentProfileIsDefaultProfile(): any
-
Returns any
-
enableFirefoxMessagingSystem:function
- enableFirefoxMessagingSystem(defaultProfile: any): any
-
Returns any
-
enableNimbus:function
- enableNimbus(commandLine: any, defaultProfile: any): any
-
Parameters
-
commandLine: any
-
defaultProfile: any
Returns any
-
getDefaultProfile:function
- getDefaultProfile(): any
-
Returns any
-
hasDefaultProfile:function
- hasDefaultProfile(): any
-
Returns any
-
readFirefoxMessagingSystemTargetingSnapshot:function
- readFirefoxMessagingSystemTargetingSnapshot(lock: any): any
-
Returns any
-
readPreferences:function
- readPreferences(predicate: any, lock: any): any
-
Returns any
-
readTelemetryClientID:function
- readTelemetryClientID(lock: any): any
-
Returns any
-
withProfileLock:function
- withProfileLock(callback: any, profile: any): any
-
Parameters
-
callback: any
-
profile: any
Returns any