Skip to content

Blob.close() has several problems #10

Closed
@annevk

Description

@annevk

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions