Narrative
As a user, I can see the final image being loaded as it loads on top of the blurry thumb, so that the progress bar isn't the only indication that something's happening
Acceptance Criteria
- Start by supporting it when not going through performance.record
- I believe that on progress the XHR lets you read the partial content response. This can be passed through the deferred's progress() to the image provider, which can in turn display a partial data URI. This needs testing to see that it really works.
See Also: T71609