2022-10-08 20:53:08 -06:00
|
|
|
// https://html.spec.whatwg.org/multipage/workers.html#navigatorconcurrenthardware
|
|
|
|
interface mixin NavigatorConcurrentHardware {
|
2024-01-17 21:03:20 +01:00
|
|
|
readonly attribute unsigned long long hardwareConcurrency;
|
2022-10-08 20:53:08 -06:00
|
|
|
};
|