Vogete / TiffOne

A browser extension to view TIFF files directly in your browser.
Apache License 2.0
6 stars 2 forks source link

Chrome 80 async XHR and CORS limitation fix #12

Closed Vogete closed 4 years ago

Vogete commented 4 years ago

Fix for Chrome 80 breaking the extension to fetch local files due to CORS limitations. (only tiff/tif extensions are fetched, and they are processed in tiff.js. XHR requests were also reviewed and converted into async XHR.