Closed
Description
Not defined what happens with b
in
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?