This commit is contained in:
Ilya Kantor 2019-07-03 17:32:47 +03:00
parent fe4f5b01ef
commit 7a213669f9

View file

@ -45,6 +45,8 @@ As you can see, that's almost one-liner:
</script>
```
Here, the server accepts the POST request with the form and replies "User saved".
## FormData Methods
We can modify fields in `FormData` with methods: