From 023d53c518c6c0e85fdcfec96435c7799ffee747 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sat, 19 Jun 2021 13:26:39 +0200 Subject: Remove bcd hidden in JS section for fr (#1246) * Remove bcd hidden in JS section for fr * FIX: missing less than * FIX: removing new line duplicata * FIX: removing new line duplicata Co-authored-by: tristantheb --- .../web/javascript/reference/global_objects/dataview/buffer/index.html | 2 -- .../javascript/reference/global_objects/dataview/bytelength/index.html | 2 -- .../javascript/reference/global_objects/dataview/byteoffset/index.html | 2 -- .../javascript/reference/global_objects/dataview/getbigint64/index.html | 2 -- .../reference/global_objects/dataview/getbiguint64/index.html | 2 -- .../javascript/reference/global_objects/dataview/getfloat32/index.html | 2 -- .../javascript/reference/global_objects/dataview/getfloat64/index.html | 2 -- .../javascript/reference/global_objects/dataview/getint16/index.html | 2 -- .../javascript/reference/global_objects/dataview/getint32/index.html | 2 -- .../web/javascript/reference/global_objects/dataview/getint8/index.html | 2 -- .../javascript/reference/global_objects/dataview/getuint16/index.html | 2 -- .../javascript/reference/global_objects/dataview/getuint32/index.html | 2 -- .../javascript/reference/global_objects/dataview/getuint8/index.html | 2 -- files/fr/web/javascript/reference/global_objects/dataview/index.html | 2 -- .../javascript/reference/global_objects/dataview/setbigint64/index.html | 2 -- .../reference/global_objects/dataview/setbiguint64/index.html | 2 -- .../javascript/reference/global_objects/dataview/setfloat32/index.html | 2 -- .../javascript/reference/global_objects/dataview/setfloat64/index.html | 2 -- .../javascript/reference/global_objects/dataview/setint16/index.html | 2 -- .../javascript/reference/global_objects/dataview/setint32/index.html | 2 -- .../javascript/reference/global_objects/dataview/setuint16/index.html | 2 -- .../javascript/reference/global_objects/dataview/setuint32/index.html | 2 -- .../javascript/reference/global_objects/dataview/setuint8/index.html | 2 -- 23 files changed, 46 deletions(-) (limited to 'files/fr/web/javascript/reference/global_objects/dataview') diff --git a/files/fr/web/javascript/reference/global_objects/dataview/buffer/index.html b/files/fr/web/javascript/reference/global_objects/dataview/buffer/index.html index c4620f85f2..48e1aa9967 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/buffer/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/buffer/index.html @@ -60,8 +60,6 @@ dataview.buffer; // ArrayBuffer { byteLength: 8 }

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.buffer")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/bytelength/index.html b/files/fr/web/javascript/reference/global_objects/dataview/bytelength/index.html index e28d9a96df..c568751a3a 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/bytelength/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/bytelength/index.html @@ -66,8 +66,6 @@ dataview3.byteLength; // 6 (en raison du décalage (offset) pour la construction

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.byteLength")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/byteoffset/index.html b/files/fr/web/javascript/reference/global_objects/dataview/byteoffset/index.html index 63ba595251..933cb98c45 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/byteoffset/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/byteoffset/index.html @@ -63,8 +63,6 @@ dataview2.byteOffset; // 3 (décalage défini lors de la construction de la vue)

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.byteOffset")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getbigint64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getbigint64/index.html index 87b068b0f3..dbff068215 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getbigint64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getbigint64/index.html @@ -76,8 +76,6 @@ dataview.getBigInt64(0); // 0n

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getBigInt64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getbiguint64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getbiguint64/index.html index c8bb3d442c..548fad2a56 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getbiguint64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getbiguint64/index.html @@ -76,8 +76,6 @@ dataview.getBigUint64(0); // 0n

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getBigUint64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getfloat32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getfloat32/index.html index 8d45504251..e4de551112 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getfloat32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getfloat32/index.html @@ -85,8 +85,6 @@ dataview.getFloat32(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getFloat32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getfloat64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getfloat64/index.html index 3849dc067c..e572af3824 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getfloat64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getfloat64/index.html @@ -85,8 +85,6 @@ dataview.getFloat64(0); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getFloat64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getint16/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getint16/index.html index ea91c08d25..ba0e2bedd5 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getint16/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getint16/index.html @@ -85,8 +85,6 @@ dataview.getInt16(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getInt16")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getint32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getint32/index.html index 0522b9c7e3..9d4c9b7e79 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getint32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getint32/index.html @@ -85,8 +85,6 @@ dataview.getInt32(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getInt32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getint8/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getint8/index.html index eadadabc4c..2a2db6ade3 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getint8/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getint8/index.html @@ -83,8 +83,6 @@ dataview.getInt8(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getInt8")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getuint16/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getuint16/index.html index 05bd82579f..fba846476b 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getuint16/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getuint16/index.html @@ -85,8 +85,6 @@ dataview.getUint16(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getUint16")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getuint32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getuint32/index.html index 66dec5e2ad..a4b106b5d6 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getuint32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getuint32/index.html @@ -85,8 +85,6 @@ dataview.getUint32(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getUint32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/getuint8/index.html b/files/fr/web/javascript/reference/global_objects/dataview/getuint8/index.html index 38b99b731f..562c9a0b5d 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/getuint8/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/getuint8/index.html @@ -83,8 +83,6 @@ dataview.getUint8(1); // 0

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.getUint8")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/index.html b/files/fr/web/javascript/reference/global_objects/dataview/index.html index 7e669494be..21c6eafca5 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/index.html @@ -145,8 +145,6 @@ dv.getInt16(1); //42

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView")}}

Notes de compatibilité

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setbigint64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setbigint64/index.html index 68fc837ddd..c1b5ad917d 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setbigint64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setbigint64/index.html @@ -72,8 +72,6 @@ dataview.getInt32(0); // 3n

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setBigInt64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setbiguint64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setbiguint64/index.html index ff4456f342..f49c80275e 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setbiguint64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setbiguint64/index.html @@ -73,8 +73,6 @@ dataview.getInt32(0); // 3n

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setBigUint64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setfloat32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setfloat32/index.html index 8876a043fd..6ffe236366 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setfloat32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setfloat32/index.html @@ -84,8 +84,6 @@ dataview.getFloat32(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setFloat32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setfloat64/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setfloat64/index.html index c0390dc1ea..4778d10e2a 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setfloat64/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setfloat64/index.html @@ -84,8 +84,6 @@ dataview.getFloat64(0); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setFloat64")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setint16/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setint16/index.html index 2c29d91a4a..4f19c088ff 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setint16/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setint16/index.html @@ -84,8 +84,6 @@ dataview.getInt16(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setInt16")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setint32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setint32/index.html index 62e8b2bb3b..541a7b72f7 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setint32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setint32/index.html @@ -84,8 +84,6 @@ dataview.getInt32(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setInt32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setuint16/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setuint16/index.html index bd8657fe99..f5e9376be3 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setuint16/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setuint16/index.html @@ -84,8 +84,6 @@ dataview.getUint16(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setUint16")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setuint32/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setuint32/index.html index 3ec523cf0a..5f28f6f04d 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setuint32/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setuint32/index.html @@ -84,8 +84,6 @@ dataview.getUint32(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setUint32")}}

Voir aussi

diff --git a/files/fr/web/javascript/reference/global_objects/dataview/setuint8/index.html b/files/fr/web/javascript/reference/global_objects/dataview/setuint8/index.html index 069de73a5e..ceb71b0cee 100644 --- a/files/fr/web/javascript/reference/global_objects/dataview/setuint8/index.html +++ b/files/fr/web/javascript/reference/global_objects/dataview/setuint8/index.html @@ -82,8 +82,6 @@ dataview.getUint8(1); // 3

Compatibilité des navigateurs

- -

{{Compat("javascript.builtins.DataView.setUint8")}}

Voir aussi

-- cgit v1.2.3-54-g00ecf