From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/performance/memory/index.md | 40 +++++++++++++--------------- 1 file changed, 18 insertions(+), 22 deletions(-) (limited to 'files/fr/web/api/performance/memory') diff --git a/files/fr/web/api/performance/memory/index.md b/files/fr/web/api/performance/memory/index.md index a98b747b49..2a922d4fb3 100644 --- a/files/fr/web/api/performance/memory/index.md +++ b/files/fr/web/api/performance/memory/index.md @@ -7,37 +7,33 @@ tags: - Performance web translation_of: Web/API/Performance/memory --- -

{{APIRef}}

+{{APIRef}} {{Non-standardGeneric('header')}} -

Syntaxe

+## Syntaxe -
-  timingInfo = performance.memory
-
+```js + timingInfo = performance.memory +``` -

Attributs

+## Attributs -
-
jsHeapSizeLimit
-
La taille maximale du tas, en octets, qui est disponible pour le contexte.
-
totalJSHeapSize
-
La taille totale du répertoire alloué, en octets.
-
usedJSHeapSize
-
Le segment actuellement actif du répertoire JS, en octets.
-
+- `jsHeapSizeLimit` + - : La taille maximale du tas, en octets, qui est disponible pour le contexte. +- `totalJSHeapSize` + - : La taille totale du répertoire alloué, en octets. +- usedJSHeapSize + - : Le segment actuellement actif du répertoire JS, en octets. -

Spécifications

+## Spécifications -

Aucune

+Aucune -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

{{Compat("api.Performance.memory")}}

+{{Compat("api.Performance.memory")}} -

Voir aussi

+## Voir aussi - +- L'interface {{domxref("Performance")}} à laquelle il appartient. -- cgit v1.2.3-54-g00ecf