diff --git a/index.html b/index.html index e38b5ae..0213735 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,7 @@

Supported sources

Future levels of this specification MAY introduce additional [=source types=].

-      enum PressureSource { "thermals", "cpu" };
+      enum PressureSource { "thermals", "cpu", "cpu-same-origin" };
     

The PressureSource enum represents the [=supported source types=]: @@ -176,6 +176,11 @@

Supported sources

{{PressureSource/"cpu"}} represents the average pressure of the central [=processing unit=] across all its cores. +
  • + {{PressureSource/"cpu-same-origin"}} represents the average pressure of the central [=processing unit=] + across all its cores for all contexts the site is using (this includes the main thread for the window + and same origin iframes, and workers). +