Skip to content

Commit 7fd4f7d

Browse files
authored
Merge pull request #2101 from henchies/patch-2
Update article.md
2 parents 2f1f6a1 + c1cd076 commit 7fd4f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-binary/03-blob/article.md

Lines changed: 1 addition & 1 deletion
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)