Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a4050f2

Browse files
authored
Merge pull request #3235 from wdscxsj/patch-7
Remove a redundant argument
2 parents b0e2e04 + ca42edd commit a4050f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎5-network/09-resume-upload/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To resume upload, we need to know *exactly* the number of bytes received by the
4848

4949
3. Then, we can use `Blob` method `slice` to send the file from `startByte`:
5050
```js
51-
xhr.open("POST", "upload", true);
51+
xhr.open("POST", "upload");
5252
5353
// File id, so that the server knows which file we upload
5454
xhr.setRequestHeader('X-File-Id', fileId);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /