Re: [whatwg/xhr] Blob name (#232)

Heya! Couple things:

1. We're no longer extending XMLHttpRequest's features. If you want new features, please ask in whatwg/fetch. Having said that, it has the same "issue".
2. That's a `File`, not a `Blob` (the latter has no name field).
3. It's not entirely clear to me if we should offer this, or a more convenient way to parse `Content-Disposition` (which I assume is the main problem) so that you can also get this name easily with other representations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/232#issuecomment-452740801

Received on Wednesday, 9 January 2019 15:39:27 UTC