Files
Desktop/js
lilia df06499a19 Use blob urls to display attachments
Converting attachment data to base64-encoded data uris takes O(n) and
there's no need! URL.createObjectURL returns a magic link that can be
set as the `src` attribute to `img`, `video`, and `audio` tags to load
blob data directly without copying.

https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
2015-03-03 13:05:24 -08:00
..
2015-02-12 13:21:18 -08:00
2015-02-11 17:38:01 -08:00
2015-02-18 00:11:35 -08:00
2015-02-19 00:22:23 -08:00
2015-02-19 00:22:23 -08:00