Skip to content

Commit ac631c1

Browse files
committed
Conflict fixed on "XMLHttpRequest" page in french language
1 parent 498a5d9 commit ac631c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

5-network/08-xmlhttprequest/article.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,7 @@ Il existe 3 méthodes pour les en-têtes HTTP :
332332

333333
## POST, FormData
334334

335-
<<<<<<< HEAD
336-
Pour faire une requête POST, nous pouvons utiliser l'objet intégrée [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData).
337-
=======
338-
To make a POST request, we can use the built-in [FormData](mdn:api/FormData) object.
339-
>>>>>>> 181cc781ab6c55fe8c43887a0c060db7f93fb0ca
335+
Pour faire une requête POST, nous pouvons utiliser l'objet intégrée [FormData](mdn:api/FormData).
340336

341337
La syntaxe :
342338

0 commit comments

Comments
 (0)