device-attributes.idl (497B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Device Attributes API (https://wicg.github.io/WebApiDevice/device_attributes/) 5 6 partial interface NavigatorManagedData { 7 // Device Attributes API. 8 Promise<DOMString> getAnnotatedAssetId(); 9 Promise<DOMString> getAnnotatedLocation(); 10 Promise<DOMString> getDirectoryId(); 11 Promise<DOMString> getHostname(); 12 Promise<DOMString> getSerialNumber(); 13 };