aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/getAnimLength.js
AgeCommit message (Collapse)Author
5 daysChange image extension priorityOsmium Sorcerer
Sometimes, WebP icons won't load despite extensions.json clearly defining it as the only extension used for all image data. I suspect there's a race condition between fetching extensions.json, parsing it into client, and checking what extension we should use to get character icons during loading. Sometimes it correctly loads images, sometimes it falls back and starts requesting PNG instead. I couldn't precisely identify where it happens and what's the root cause. As a workaround, this commit instead makes WebP the first-priority extension and a fallback.
2024-11-20Prettified Code!stonedDiscord
2023-09-20mostly whitespaces, please don't breakstonedDiscord
2023-09-20no more eslint errorsstonedDiscord
2023-09-20make eslint a lot happierstonedDiscord
2022-03-12Lintcaleb.mabry.15@cnu.edu
2022-03-11add apng preanimsstonedDiscord
2022-03-11move requestbuffer into request and fix preanimsstonedDiscord
2022-03-10Magnum Opus pt1caleb.mabry.15@cnu.edu