You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on this! I've got a small remark, tho. Please, correct me if I'm wrong.
I think you might want to attach the onload and onerror event handlers after you set the src attribute of the image in fetchImage to also get the onload event fired for browser cached images.
Let me know what you're opinion is on this.
Cheers!
// T
The text was updated successfully, but these errors were encountered:
Hi @deanhume,
Great work on this! I've got a small remark, tho. Please, correct me if I'm wrong.
I think you might want to attach the
onload
andonerror
event handlers after you set thesrc
attribute of the image infetchImage
to also get theonload
event fired for browser cached images.Let me know what you're opinion is on this.
Cheers!
// T
The text was updated successfully, but these errors were encountered: