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
most often when you want to display a simple preview from a file input then it's faster to just display a blob:url from using URL.createObjectURL (as dataURL takes time to encode/decode and uses more memory)
but you always need to be carful of when you are not revoking object urls
FileReader
is kind of old, and it doesn't use promise. A better way to read file should be "blob reading methods"Fail
Pass
The text was updated successfully, but these errors were encountered: