Skip to content

Commit c1cd076

Browse files
authored
Update article.md
Somewhat enhanced readability
1 parent 2f4747b commit c1cd076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎4-binary/03-blob/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ That's what the value of `link.href` looks like:
9797
blob:https://javascript.info/1e67e00e-860d-40a5-89ae-6ab0cbee6273
9898
```
9999

100-
The browser for each URL generated by `URL.createObjectURL` stores an the URL -> `Blob` mapping internally. So such URLs are short, but allow to access the `Blob`.
100+
For each URL generated by `URL.createObjectURL` the browser stores a URL -> `Blob` mapping internally. So such URLs are short, but allow to access the `Blob`.
101101

102102
A generated URL (and hence the link with it) is only valid within the current document, while it's open. And it allows to reference the `Blob` in `<img>`, `<a>`, basically any other object that expects an url.
103103

0 commit comments

Comments
 (0)