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: Decide whether shared workers should be supported #285

Open rakuco opened 3 months ago

rakuco commented 3 months ago

The way we support the WebDriver endpoints added in #284 means that shared workers are not covered -- we store information in top-level traversables, but shared workers can be used in more than one top-level traversable and their children.

This issue tracks whether shared worker support is something we need to improve or not.