Bug fixes:
- Make
ImageDefer.options
a read-only property, to prevent it from being accidentally overwritten (e.g. when setting options after image-defer has initialised). This does not prevent the individual options themselves from being changed. - Prevent
ImageDefer.options.scrollingStopMillis
from being 0, undefined, or too low - Do not unload images if
ImageDefer.options.maxLoaded
is 0 or undefined
Bug fix:
- It was not possible to override
scrollingSkipRate
from the options.
This is the first usable version, and has had limited testing.