Re: [w3c/FileAPI] Blob.close() has several problems (#10)

It's (unfortunately?) not true that nobody implements `close()`. Chrome has had an implementation behind a flag for quite a while, and according to @dmurph we regularly get people asking us when we're finally going to ship it, and IE/Edge have had an implementation under the name `msClose()` since IE10. Not sure how close either of those implementations are currently following the spec though.

So I don't think just getting rid of `close()` is the right thing to do. Instead I'll try to audit all the callsites and edge cases to figure out what sensible behavior would be (and write tests to go with that, and see where the current Chrome and Edge implementations stand).

-- 
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/10#issuecomment-265276500

Received on Tuesday, 6 December 2016 21:23:31 UTC