We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDN: https://developer.mozilla.org/en-US/docs/Web/API/Device_Memory_API
Device Memory获取设备可用的内存大小,这是一个大约量。
内存可用容量,单位是GB,数值是2的次方:0.25, 0.5, 1, 2, 4, 8。
示例:https://taoliujun.github.io/example/web-api/Device_Memory_API/index.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Device Memory
Device Memory获取设备可用的内存大小,这是一个大约量。
方法和属性
Navigator.deviceMemory
内存可用容量,单位是GB,数值是2的次方:0.25, 0.5, 1, 2, 4, 8。
示例
示例:https://taoliujun.github.io/example/web-api/Device_Memory_API/index.html
The text was updated successfully, but these errors were encountered: