blob: 73d82a3653637178cd1f63c4e891893bd629dfeb (
plain)
1
2
3
4
|
// https://html.spec.whatwg.org/multipage/workers.html#navigatorconcurrenthardware
interface mixin NavigatorConcurrentHardware {
readonly attribute unsigned long long hardwareConcurrency;
};
|