Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
dom
/
quota
/
test
/
modules
/
system
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 272 B
Quelle ProcessUtils.sys.mjs Sprache: unbekannt
/**
* Any copyright is dedicated to the Public Domain.
*
http://creativecommons.org/publicdomain/zero/1.0/
*/
export const ProcessUtils = {
isInParentProcess() {
return (
Services.appinfo.processType == Ci.nsIXULRuntime.PROCESS_TYPE_DEFAULT
);
},
};
[ Dauer der Verarbeitung: 0.14 Sekunden (vorverarbeitet)
]
2026-04-04