SheepTester / htmlifier

The HTMLifier "converts" Scratch 3.0 projects to an HTML file by putting all the project data and the entire Scratch engine into one enormous file
https://sheeptester.github.io/htmlifier/
MIT License
169 stars 77 forks source link

Decrease reliance on `localStorage` #128

Open SheepTester opened 3 years ago

SheepTester commented 3 years ago

localStorage in some browsers (eg old Edge, but this still seems to be the case in some modern browsers?) throws an error when read. It seems that enabling special cloud variable behaviours causes this to happen even if localStorage isn't needed. Probably should try catch ignore that error

See https://lajbel.newgrounds.com/news/post/1208986