GoogleChromeLabs/squoosh

No error message if codec fails to load

Open

#257 opened on Nov 10, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (20,335 stars) (1,431 forks)batch import
UIgood first issuehelp wanted

Description

  1. Open app in new profile
  2. Let service worker install
  3. Go offline
  4. Open SVG icon image

The jpeg encode appears to hang indefinitely, but in reality the codec has failed to load. We should report some form of error.

Contributor guide