Skip to content

Files

4 lines (3 loc) · 376 Bytes

TODO.md

File metadata and controls

4 lines (3 loc) · 376 Bytes

TODO

  • Find a solution for cache invalidation when online in case an image has changed since last cached version
  • When Chrome finally supports canvas.toBlob(), possibly replace download method with new one that draws an Image into a canvas and then retrieves its content using the toBlob() method -- or use [canvas-toBlob.js] (https://github.com/eligrey/canvas-toBlob.js)