- From: Anne van Kesteren <notifications@github.com>
- Date: Sat, 25 Nov 2017 06:27:18 +0000 (UTC)
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 25 November 2017 06:27:46 UTC
What I want is that a `Blob` holds a MIME type in an internal slot and `type` returns that serialized. And to be clear, that MIME type can have parameters as well, otherwise there's severe issues for `multipart/*` (needs `boundary`) and most MIME types that need `charset`. And then on the input side, if a MIME type cannot be parsed out of the input, we use `application/octet-stream` or some such as replacement. I'm willing to write all the tests for this if we can agree on this model. -- 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/43#issuecomment-346922144
Received on Saturday, 25 November 2017 06:27:46 UTC