Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 3d0b19d

Browse files
committed
Update README.md
1 parent a2d3591 commit 3d0b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Headers of HTTP request, value of headers should be `stringified`, if you're upl
161161
Body of the HTTP request, body can either be a BASE64 string, or an array contains object elements, each element have 2 required property `name`, and `data`, and 1 optional property `filename`, once `filename` is set, content in `data` property will be consider as BASE64 string that will be converted into byte array later.
162162
When body is a base64 string , this string will be converted into byte array in native code, and the request body will be sent as `application/octet-stream`.
163163

164-
### `fetch(...).progress(eventListener):Promise<FetchBlobResponse>` added in `0.4.2`
164+
#### `fetch(...).progress(eventListener):Promise<FetchBlobResponse>` added in `0.4.2`
165165

166166
Register on progress event handler for a fetch request.
167167

0 commit comments

Comments
 (0)