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

Commit fed6e6e

Browse files
committed
Update README.md
1 parent e4a91e6 commit fed6e6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The source code is very simple, just an implementation of native HTTP request, s
1818
* [Upload file](#user-content-upload-example--dropbox-files-upload-api)
1919
* [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
2020
* [API](#user-content-api)
21+
* [Test and Development](#user-content-test-and-development)
2122

2223
## Installation
2324

@@ -152,7 +153,12 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
152153
returns decoded base64 string (done in js context)
153154

154155

156+
### Test and Development
157+
158+
TODO
159+
155160
### TODO
156161

157-
* Save file to storage
162+
* Save file to storage directly
158163
* Custom MIME type in form data
164+
* Upload/Download progress report

0 commit comments

Comments
 (0)