Answering my own question after some testing, it does store the data in local storage with HTML5
cerimorgan
5
Posts
A member registered Aug 11, 2023
Recent community posts
I looked more closely at the error message that I was seeing in the console and saw that the error was coming from trying to parse JSON that was read from local storage. I tried clearing out cookies for itch.io (I think that includes clearing out local storage in Chrome?) and the game now loads in Chrome on my M1 Macbook Pro that previously had been stuck loading at 98 or 99%.
Perhaps some corrupted data got stored in local storage?