- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Tue, 24 May 2022 09:28:35 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 24 May 2022 16:28:47 UTC
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