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