Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake images block the document load event #6732
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is made trickier by the fact that images start loading as soon as the src attribute is set, but the load shouldn't actually block the document unless the image is in the tree. This is also made more complex because the image cache is in charge of the event.