impress-2020/src
Matchu 05282f4b7b Handle memory issues in OutfitMovieLayer
I think what's happening in Sentry error IMPRESS-2020-1F is that mobile devices are running out of memory, so `canvas.getContext("2d")` returns null.

Now, we have a UI affordance to let you know when this is probably what's happening!

Also, when researching this, I learned about a Safari bug where you need to manually garbage-collect your own canvas data. It's possible that Safari users have been having particular trouble with memory leaks over long sessions? I'm not sure, but it seems like a good idea to add this small garbage-collection code!
2021-02-01 18:55:05 -08:00
..
app Handle memory issues in OutfitMovieLayer 2021-02-01 18:55:05 -08:00
server Add "Items you own" and "Items you want" filters 2021-01-21 15:58:24 -08:00
index.js inline index.css, omit unused fonts, preload hints 2020-05-18 00:56:46 -07:00