You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
101
101
102
102
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.
0 commit comments