Limited availability
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The deviceMemory
read-only property of the Navigator
interface returns the approximate amount of device memory in gigabytes.
The reported value is imprecise to curtail fingerprinting. It's approximated by rounding down to the nearest power of 2, then dividing that number by 1024. It is then clamped within lower and upper bounds to protect the privacy of owners of very low-memory or high-memory devices.
ValueA floating point number; one of 0.25
, 0.5
, 1
, 2
, 4
, 8
.
const memory = navigator.deviceMemory;
console.log(`This device has at least ${memory}GiB of RAM.`);
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4