w3c / compute-pressure

A web API proposal that provides information about available compute capacity
https://www.w3.org/TR/compute-pressure/
Other
69 stars 10 forks source link

automation: Pressure types supported in WebDriver are the same as what PressureObserver.knownSources returns #286

Open rakuco opened 3 months ago

rakuco commented 3 months ago

In other words, if an implementation does not have a source type in knownSources, one is also unable to add a virtual pressure source of said type even though the samples are entirely user-controlled.

This issue tracks whether this is acceptable behavior or not. If it is not, we also need to think of whether knownSources needs to return a different value depending on the virtual pressure sources that have been created.