Proposed investigation / demo: Compute Pressure API #102
KaliedaRik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal
The new Compute Pressure API is being developed as a way to check on CPU usage (at a very wide granularity, to prevent fingerprinting) and inform the site when that usage changes:
On the surface this looks like a useful development: canvas elements and their associated code can become very CPU-compute-heavy, thus having a way to identify when a web page is putting the CPU under pressure, and available hooks to allow canvas developers to define how to alter the code running in a canvas element in the browser viewport to lessen that pressure, feels very attractive!
Risks
Beta Was this translation helpful? Give feedback.
All reactions