What is the command to access the Heap size limit?
What is the command to access the Heap size limit? Correct Answer performance.memory. jsHeapSizeLimit
Memory contains an object created with MemoryInfo constructor, containing jsHeapSizeLimit, totalJSHeapSize and usedJSHeapSize properties with numerical values. The command performance.memory. jsHeapSizeLimit is used to access the Heap size limit.