On Fri, Jul 17, 2015 at 5:47 PM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 7/17/15 10:38 AM, Anne van Kesteren wrote: >> If I look at "update the image data" step 6 it seems it might be >> fetched at a later point? > > Yes, but in practice the fetch will go ahead, no? There's nothing to > prevent it from happening, so it's going to happen once you reach a stable > state...
True, but either way this doesn't seem like a problem. You can create a DocumentFragment, insert a new <img>, and then let it be GC'd, today. -- https://annevankesteren.nl/