[w3c/FileAPI] Disallow mutating state of Blob/File objects (#75)

In particular, I think we should no longer add something like `close()` and make that an invariant of these objects.

That way there's no longer a need for defensive cloning (through serializing/deserializing) of these objects, which helps with https://github.com/whatwg/url/issues/277.

Making a note of this somewhere in the document seems sufficient.

-- 
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/75

Received on Wednesday, 22 March 2017 13:18:38 UTC