Skip to content

Commit

Permalink
Update packages/dduf/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mishig <[email protected]>
  • Loading branch information
coyotte508 and mishig25 authored Dec 3, 2024
1 parent aeb4208 commit 7e72981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dduf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Utilities to convert a string or URL to a [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) object, whether it represents a local file or remote URL.

`fetch` already returns a `Blob` object for remote URLs, but it loads the entire file in memory. This utility makes ad-hoc http range requests when calling `.slice()` on the blob, for example.
`fetch` returns a `Blob` object for remote URLs, but it loads the entire file in memory. This utility makes an ad-hoc http range requests when calling `.slice()` on the blob, for example.

## Install

Expand Down

0 comments on commit 7e72981

Please sign in to comment.