Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The Device-Memory
device client hint request header field indicates the approximate amount of available RAM on the client device. The header is part of the Device Memory API.
Header type | Request header, Client hint |
---|---|
Forbidden header name | no |
Note:
- Client Hints are accessible only on secure origins (via TLS).
- A server has to opt in to receive the
Device-Memory
header from the client, by sending theAccept-CH
response header. - Servers that opt in to the
Device-Memory
client hint will typically also specify it in theVary
header. This informs caches that the server may send different responses based on the header value in a request.