mdn links

This commit is contained in:
joaquinelio 2020-09-21 15:21:57 -03:00
parent e074a5f825
commit 82b6a3be99
10 changed files with 24 additions and 24 deletions

View file

@ -332,7 +332,7 @@ There are 3 methods for HTTP-headers:
## POST, FormData
To make a POST request, we can use the built-in [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) object.
To make a POST request, we can use the built-in [FormData](mdn:api/FormData) object.
The syntax: