fix
This commit is contained in:
parent
9fb235a095
commit
5de1662dc2
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue