From 52990303982048d807b7a8dc8c016bb332bc710e Mon Sep 17 00:00:00 2001 From: tristantheb Date: Sat, 19 Jun 2021 18:31:13 +0200 Subject: Remove hidden bcd for API pages (#1249) * Remove hidden bcd for API pages * rm * typo * minor reword * minor rewording Co-authored-by: SphinxKnight --- files/fr/web/api/xmlhttprequest/index.html | 2 -- files/fr/web/api/xmlhttprequest/open/index.html | 2 -- files/fr/web/api/xmlhttprequest/readystate/index.html | 2 -- files/fr/web/api/xmlhttprequest/responsetext/index.html | 2 -- files/fr/web/api/xmlhttprequest/send/index.html | 2 -- files/fr/web/api/xmlhttprequest/setrequestheader/index.html | 2 -- files/fr/web/api/xmlhttprequest/status/index.html | 2 -- files/fr/web/api/xmlhttprequest/timeout/index.html | 2 -- files/fr/web/api/xmlhttprequest/withcredentials/index.html | 2 -- 9 files changed, 18 deletions(-) (limited to 'files/fr/web/api/xmlhttprequest') diff --git a/files/fr/web/api/xmlhttprequest/index.html b/files/fr/web/api/xmlhttprequest/index.html index e28a6a6b22..8494aac97d 100644 --- a/files/fr/web/api/xmlhttprequest/index.html +++ b/files/fr/web/api/xmlhttprequest/index.html @@ -172,8 +172,6 @@ translation_of: Web/API/XMLHttpRequest

Compatibilité des navigateurs

- -
{{Compat("api.XMLHttpRequest")}}

Voir aussi

diff --git a/files/fr/web/api/xmlhttprequest/open/index.html b/files/fr/web/api/xmlhttprequest/open/index.html index 14a1ec2501..335017f4eb 100644 --- a/files/fr/web/api/xmlhttprequest/open/index.html +++ b/files/fr/web/api/xmlhttprequest/open/index.html @@ -55,8 +55,6 @@ translation_of: Web/API/XMLHttpRequest/open

Compatibilité des navigateurs

- -

{{Compat("api.XMLHttpRequest.open")}}

Voir aussi

diff --git a/files/fr/web/api/xmlhttprequest/readystate/index.html b/files/fr/web/api/xmlhttprequest/readystate/index.html index 65fc74878c..d56cdaa142 100644 --- a/files/fr/web/api/xmlhttprequest/readystate/index.html +++ b/files/fr/web/api/xmlhttprequest/readystate/index.html @@ -97,6 +97,4 @@ xhr.send(null);

Compatibilité des navigateurs

- -

{{Compat("api.XMLHttpRequest.readyState")}}

diff --git a/files/fr/web/api/xmlhttprequest/responsetext/index.html b/files/fr/web/api/xmlhttprequest/responsetext/index.html index da6938fa1d..3074a9d6b7 100644 --- a/files/fr/web/api/xmlhttprequest/responsetext/index.html +++ b/files/fr/web/api/xmlhttprequest/responsetext/index.html @@ -68,6 +68,4 @@ xhr.send(null);

Browser compatibility

- -

{{Compat("api.XMLHttpRequest.responseText")}}

diff --git a/files/fr/web/api/xmlhttprequest/send/index.html b/files/fr/web/api/xmlhttprequest/send/index.html index 507b4b7731..3f4881c502 100644 --- a/files/fr/web/api/xmlhttprequest/send/index.html +++ b/files/fr/web/api/xmlhttprequest/send/index.html @@ -123,8 +123,6 @@ xhr.send("foo=bar&lorem=ipsum");

Compatibilité navigateur

- -
{{Compat("api.XMLHttpRequest.send")}}

Voir aussi

diff --git a/files/fr/web/api/xmlhttprequest/setrequestheader/index.html b/files/fr/web/api/xmlhttprequest/setrequestheader/index.html index 0c42055656..2f556dfb2b 100644 --- a/files/fr/web/api/xmlhttprequest/setrequestheader/index.html +++ b/files/fr/web/api/xmlhttprequest/setrequestheader/index.html @@ -54,8 +54,6 @@ translation_of: Web/API/XMLHttpRequest/setRequestHeader

Compatibilitée avec les navigateurs

- -

{{Compat("api.XMLHttpRequest.setRequestHeader")}}

A voir aussi

diff --git a/files/fr/web/api/xmlhttprequest/status/index.html b/files/fr/web/api/xmlhttprequest/status/index.html index cfac1c97e1..059a9a8aae 100644 --- a/files/fr/web/api/xmlhttprequest/status/index.html +++ b/files/fr/web/api/xmlhttprequest/status/index.html @@ -58,8 +58,6 @@ xhr.send();

Compatibilité des navigateurs

- -

{{Compat("api.XMLHttpRequest.status")}}

Voir aussi

diff --git a/files/fr/web/api/xmlhttprequest/timeout/index.html b/files/fr/web/api/xmlhttprequest/timeout/index.html index ccd4842f60..18e4dddb5d 100644 --- a/files/fr/web/api/xmlhttprequest/timeout/index.html +++ b/files/fr/web/api/xmlhttprequest/timeout/index.html @@ -56,8 +56,6 @@ xhr.send(null);

Compatibilité des navigateurs

- -

{{Compat("api.XMLHttpRequest.timeout")}}

Pour Internet Explorer, la propriété timeout ne peut être définie qu'après avoir appelé la méthode open() et avant d'appeler la méthode send().

diff --git a/files/fr/web/api/xmlhttprequest/withcredentials/index.html b/files/fr/web/api/xmlhttprequest/withcredentials/index.html index bc95a84280..62aa08feb7 100644 --- a/files/fr/web/api/xmlhttprequest/withcredentials/index.html +++ b/files/fr/web/api/xmlhttprequest/withcredentials/index.html @@ -51,6 +51,4 @@ xhr.send(null);

Compatibilité des navigateurs

- -

{{Compat("api.XMLHttpRequest.withCredentials")}}

-- cgit v1.2.3-54-g00ecf