You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Most APIs return a Promise but also have a corresponding API with `Sync` on the
108
108
109
109
The example app in this repository shows an example usage of every single API, consult the example app if you have questions, and if you think you see a problem make sure you can reproduce it using the example app before reporting it, thank you.
110
110
111
-
| Method | Return Type |iOS | Android | Windows | Web |
111
+
| Method | Return Type |iOS | Android | Windows | Web |
// Android: ? (maybe a serial number, if your app is privileged)
844
-
// Windows: unknown
844
+
// Windows: ? (a serial number, if your app has the "capability smbios")
845
845
});
846
846
```
847
+
## Notes
848
+
### capability smbios
849
+
If you want to use this method in windows, you have to add smbios capability in your aplication. Please following this [documentation](https://docs.microsoft.com/en-us/windows/win32/sysinfo/access-smbios-information-from-a-universal-windows-app) for add the capability in your manifest file.
0 commit comments