Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ There are differences between Node.js and browsers runtime. When getting started
- Shared Access Signature(SAS) generation
- `generateAccountSASQueryParameters()`
- `generateBlobSASQueryParameters()`
- Parallel uploading and downloading
- Parallel uploading and downloading. Note that `BlockBlobClient.uploadData()` is available in both Node.js and browsers.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

- `BlockBlobClient.uploadFile()`
- `BlockBlobClient.uploadStream()`
- `BlobClient.downloadToBuffer()`
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading