| http://www.w3.org/ns/prov#value | - DOMString modelName; }; callback CpuInfoCallback = void (CpuInfo info); interface Functions { // Queries basic CPU information of the system. static void getInfo(CpuInfoCallback callback); };Storage Info API: enum StorageUnitType { // The storage has fixed media, e.g. hard disk or SSD. fixed, // The storage is removable, e.g. USB flash drive. removable, // The storage type is unknown. unknown }; d
|