The feature adds a performance.measureUserAgentSpecificMemory() function that estimates the memory usage of the web page. The website needs to be cross-origin isolated to use the API.
Web developers need an API for measuring memory usage of their applications in production. The use cases include a) analysis of correlation between memory usage and user metrics, b) detection of memory regressions, c) evaluation of feature launches in A/B tests, d) memory optimization.
Docs: https://web.dev/monitor-total-page-memory-usage https://github.com/WICG/performance-measure-memory/blob/master/ORIGIN_TRIAL.md
Samples: https://wpt.fyi/results/measure-memory?label=master&label=experimental&aligned&q=measure-memory
Explainers: https://github.com/WICG/performance-measure-memory