DescriptionGracefully handle FileReader() read operations when in a detached state.
Follow up r178274 and have FileReader handle the case when it becomes
detached from its document and its frame. Read operations can no longer
go ahead when that is the case, as the throttling controller isn't
available.
R=haraken@chromium.org,horo@chromium.org,nhiroki@chromium.org,kinuko@chromium.org
BUG=394828
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178426
Patch Set 1 #
Total comments: 4
Patch Set 2 : Safer access of ThrottlingController #
Total comments: 3
Patch Set 3 : Throw AbortError (instead of InvalidStateError.) #
Messages
Total messages: 24 (0 generated)
|