How does the javascript preloading work?

前端 未结 5 442
迷失自我
迷失自我 2021-01-01 02:08

I don\'t want to know a way to preload images, I found much on the net, but I want to know how it works. How is javascript able to preload images? I mean, I tried a snippet

5条回答
  •  一生所求
    2021-01-01 02:42

    It just involves making a new DOM image object and setting the src attribute. Nothing clever and AFAIK, it has always worked for me.

    Is it possible the second "load" firebug is showing you is it loading it from cache?

提交回复
热议问题