Fix typo
This commit is contained in:
parent
a4a84083a7
commit
92658d280d
2 changed files with 2 additions and 2 deletions
|
@ -107,6 +107,6 @@ Let's explain that step-by-step:
|
|||
let blob = new Blob(chunks);
|
||||
```
|
||||
|
||||
At we end we have the result (as a string or a blob, whatever is convenient), and progress-tracking in the process.
|
||||
At the end we have the result (as a string or a blob, whatever is convenient), and progress-tracking in the process.
|
||||
|
||||
Once again, please note, that's not for *upload* progress (no way now with `fetch`), only for *download* progress.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue