Queries basic CPU information of the system.
Future<CpuInfo> getInfo() async { var $res = await promiseToFuture<$js.CpuInfo>($js.chrome.system.cpu.getInfo()); return CpuInfo.fromJS($res); }