This commit is contained in:
Ilya Kantor 2019-03-14 18:58:09 +03:00
parent 9fb235a095
commit 5de1662dc2

View file

@ -290,7 +290,7 @@ Create it, optionally from a form, `append` more fields if needed, and then:
1. `xhr.open('POST', ...)` use `POST` method.
2. `xhr.send(formData)` to submit the form to the server.
The rest is as usual, for instance:
For instance:
```html
<form name="person">