MemoryInfo

external interface MemoryInfo(source)

Properties

Link copied to clipboard

The maximum amount of memory that has ever been pinned to actual physical RAM.

Link copied to clipboard
abstract var privateBytes: Double?

The amount of memory not shared by other processes, such as JS heap or HTML content.

Link copied to clipboard
abstract var workingSetSize: Double

The amount of memory currently pinned to actual physical RAM.