DescriptionDevTools: wrong event was used as an indicator of finished write operation.
FileWriter calls onwrite as notification about the progress of writing.
So If we call write again from the onwrite event handler FileWriter fails to do that.
Actually we need to use onwriteend callback.
BUG=423843
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183886
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|