Closed
Description
Currently if a picture
/img
is removed from DOM, viewport changes are triggering downloads for these elements. See also corresponding chrome bug ticket.
In case of a SPA or AJAX driven website, this yields to a) a lot of memory consumption and b) a lot of network traffic for images, that are removed long time ago.
The spec should be more clear, that if an images is created or a relevant mutation-change happend the resource selection should start (queued) based on the current viewport/media-condition/mediaquery matches, but in case of a mediaquery change on the other hand should only affect images inside the document.
Metadata
Metadata
Assignees
Labels
No labels