Javascript or jquery
how can I get available memory size of the client computer?
In Javascript
Use navigator.deviceMemory command to get the available in the system.
This will return the available memory size in gigabytes.
Usage:
var memory_size = navigator.deviceMemory;
HTML code used to test:
Test Result:
Get Answers For Free
Most questions answered within 1 hours.