Is it possible to see the amount of RAM using javascript?
- depends on the environment. the language itself has no such functions. - Grundy
- Do you mean server or client memory? - sepgg
- Anyway - no) - sepgg
- The number of megabytes on the physical strip of the user's computer memory. - Ryslandeveloper
|
1 answer
In the browser - only in some and that provided that the user will lower the security level.
In node.js - there are corresponding modules, for example https://www.npmjs.com/package/os-monitor
|