Name Description Size Coverage
aboutProcesses.css Avoid scrolling the header 7314 -
aboutProcesses.html 2151 -
aboutProcesses.js For the time being, Fluent doesn't support duration or memory formats, so we need to fetch units from Fluent. To avoid re-fetching at each update, we prefetch these units during initialization, asynchronously, and keep them. @type { duration: { ns: String, us: String, ms: String, s: String, m: String, h: String, d: String }, memory: { B: String, KB: String, MB: String, GB: String, TB: String, PB: String, EB: String } }. 52200 -