Performance.memory
Sintaxis
timingInfo = performance.memory
Atributos
jsHeapSizeLimit
-
El tamaño máximo del heap en bytes que está disponible para el contexto.
totalJSHeapSize
-
El total del heap asignado, en bytes. The total allocated heap size, in bytes.
- usedJSHeapSize
-
El actualmente activo segmento de heap de JS, en bytes.
Especificaciones
Ninguna.
Compatibilidad con navegadores
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
memory |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Non-standard. Check cross-browser support before using.
- Deprecated. Not for use in new websites.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Ver también
- The
Performance
interface it belongs to.