Skip to content
Snippets Groups Projects
  1. Feb 14, 2019
    • Paul Kaplan's avatar
      Fix loading single frame gifs by removing onDone in favor of indices · 40a5ff78
      Paul Kaplan authored
      Because the `onFrame` callback could do async work, it was possible for onDone to try to submit the costumes before the onFrame had produced any. This was subject to browsers different timing treatments of setTimeout vs. promise resolution. This makes the gif-decoder use the same style of progress API as the file uploader
      40a5ff78
  2. Feb 11, 2019
  3. Feb 08, 2019
Loading