public static class ImageSrcIE6
extends Object
Works around an IE problem where multiple images trying to load at the same
time will generate a request per image. We fix this by only allowing the
first image of a given URL to set its source immediately, but simultaneous
requests for the same URL don't actually get their source set until the
original load is complete.
- See Also:
- Serialized Form