Closed
Bug 1048325
Opened 11 years ago
Closed 8 years ago
Remove blob.close()/isClosed comments from Blob.webidl
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
()
Details
Attachments
(1 file)
912 bytes,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → amarchesini
Assignee | ||
Comment 2•8 years ago
|
||
Blob.close() is gone from the spec.
Attachment #8860336 -
Flags: review?(kyle)
Assignee | ||
Comment 3•8 years ago
|
||
Blob.close() and Blob.isClosed are gone from the spec. We should not have comments about them in Blob.webidl.
Summary: Implement void close() in Blob interface → Remove blob.close()/isClosed comments from Blob.webidl
Updated•8 years ago
|
Attachment #8860336 -
Flags: review?(kyle) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ef22968180d5
Remove blob.close()/isClosed comments from Blob.webidl, r=qdot
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•