There is now an error handler you can specify in the options.Currently, it receives an error for images not found. IMAGE_NOT_FOUND, but it may receive more in the future,The error handler receives an object with the following properties:
You can setup you own error handler by setting up an error function to call before calling CloudZoom.quickstart() e.g.
Info
There is now an error handler you can specify in the options.
Currently, it receives an error for images not found. IMAGE_NOT_FOUND, but it may receive more in the future,
The error handler receives an object with the following properties:
You can setup you own error handler by setting up an error function to call before calling CloudZoom.quickstart() e.g.