NavigatorConcurrentHardware

Overview

The NavigatorConcurrentHardware mixin adds to the Navigator interface features which allow Web content to determine how many logical processors the user has available, in order to let content and Web apps optimize their operations to best take advantage of the user's CPU.

Location

Properties


hardwareConcurrency

 

property hardwareConcurrency: Double read;

 

Double hardwareConcurrency { get; }

 

var hardwareConcurrency: Double { get{} }

 

Double hardwareConcurrency { __get; }

 

ReadOnly Property hardwareConcurrency() As Double