mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
// https://html.spec.whatwg.org/multipage/workers.html#navigatorconcurrenthardware
|
|
interface mixin NavigatorConcurrentHardware {
|
|
readonly attribute unsigned long long hardwareConcurrency;
|
|
};
|