summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/device-attributes.idl
blob: cf62523ad828668519ff0a572d09a4365696a03c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Device Attributes API (https://wicg.github.io/WebApiDevice/device_attributes/)

partial interface NavigatorManagedData {
  // Device Attributes API.
  Promise<DOMString> getAnnotatedAssetId();
  Promise<DOMString> getAnnotatedLocation();
  Promise<DOMString> getDirectoryId();
  Promise<DOMString> getHostname();
  Promise<DOMString> getSerialNumber();
};