Description[XHR] Accept data on didReceiveData call even if responseType is set to Blob
Since Blink 175446
https://src.chromium.org/viewvc/blink?revision=175446&view=revision
we're loading data into a file. The downloadToFile flag is determined in
createRequest() i.e. inside xhr.send() call. But responseType is allowed
to be changed even after xhr.send() call.
Accumulate data into m_binaryResponseBuilder and create a Blob from it
anyway if m_downloadingToFile is not set.
BUG=412704
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181802
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 12
Patch Set 4 : Addressed #2 #Patch Set 5 : Addressed #4 #
Total comments: 9
Patch Set 6 : Addressed #10 #11 #Patch Set 7 : #
Messages
Total messages: 16 (3 generated)
|