- Feb 14, 2019
-
-
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
-
- Feb 11, 2019
-
-
Paul Kaplan authored
-
- Feb 08, 2019
-
-
Paul Kaplan authored
-