Re: [w3c/FileAPI] Refine StructuredSerializeForStorage behavior (#98)

nit: There is nothing magical about `File` objects being disk-backed, i.e. a `Blob` object could be just as well disk backed, while a `File` object could just as well be memory backed (or IDB backed, or CacheStorage backed, or any combination of those).

But otherwise, yes, I think I agree. Ultimately while pretending blobs/files are just byte sequences makes the spec simple, this is just not the reality, and the serialization logic is just one aspect of that.

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

Message ID: <w3c/FileAPI/issues/98/1136141871@github.com>

Received on Tuesday, 24 May 2022 16:28:47 UTC