Re: [w3c/FileAPI] "Null"ing out the Origin of a BLOB (#74)

The alternative to string references to `Blob` objects is using object references, with appropriate added API support: `<img>.objectSrc = blob`.

It seems better to modify the constructor than modifying security properties post-creation, but that will require wrapping `Blob` objects returned from `fetch()` or some such.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/74#issuecomment-310594985

Received on Friday, 23 June 2017 07:38:43 UTC