docs: fix missing comma in example (#1623)

This commit is contained in:
Naresh Rawat 2022-08-10 18:44:10 +05:45 committed by GitHub
parent 2880238729
commit 6f72caa401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ console.log(response.headers.raw()['set-cookie']);
### Post data using a file
```js
import fetch {
import fetch, {
Blob,
blobFrom,
blobFromSync,