df06499a19
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 |
||
---|---|---|
.. | ||
attachment_preview_view.js | ||
attachment_view.js | ||
conversation_list_item_view.js | ||
conversation_list_view.js | ||
conversation_view.js | ||
end_session_view.js | ||
file_input_view.js | ||
group_update_view.js | ||
inbox_view.js | ||
key_verification_view.js | ||
list_view.js | ||
message_detail_view.js | ||
message_list_view.js | ||
message_view.js | ||
new_conversation_view.js | ||
new_group_update_view.js | ||
phone-input-view.js | ||
toast_view.js |