Closed
Bug 1189629
Opened 10 years ago
Closed 9 years ago
Followup to Bug1044102 - take care of Blob.close() in createImageBitmap()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | affected |
People
(Reporter: kaku, Unassigned)
References
Details
This is a followup to Bug1044102 Comment21.
We are not going to implement Blob.isClons() right now, however, in the spec, while creating an ImageBitmap from a Blob, we need to check is the Blob is closed. So, we have this bug to follow up the status of Blob.isClose().
| Reporter | ||
Updated•10 years ago
|
Comment 1•9 years ago
|
||
The spec is changed. Blob cannot be closed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•