DescriptionSync Blob.close() behavior wrt updated spec.
The File API now defines Blobs as having a readability state of
opened/closed, http://dev.w3.org/2006/webapi/FileAPI/#readabilityState
With close() naturally making the Blob enter the 'closed' state,
http://dev.w3.org/2006/webapi/FileAPI/#close-method
Like the FileReader operations, Blob methods will now throw
InvalidStateError when passed a Blob in such a 'closed' state.
Update the implementation to follow the spec.
R=kinuko@chromium.org
BUG=344820
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168567
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rebased #
Messages
Total messages: 14 (0 generated)
|