- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 10 Jun 2015 03:00:15 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
Received on Wednesday, 10 June 2015 10:00:52 UTC
Not defined what happens with `b` in ```js a = new Blob(...) b = new Blob([a]) a.close() ``` Probably it should not be closed. We need to define how this affects other specifications such as `FormData`, `XMLHttpRequest`, etc. If `blob.close()` revokes URLs it needs to be defined how that happens. Are the URLs stored on the instance? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/10
Received on Wednesday, 10 June 2015 10:00:52 UTC