Comments

Log in with itch.io to leave a comment.

This is a great extension to speed up load time of HTML5 games, but I wonder if there's a tweak to avoid it crashing on Chrome Incognito mode due to security restrictions? It happens only when the game is embedded (can reproduce it in this example).

(+1)

The easiest would be to wrap the function’s implementation in try-catch - incognito mode can be variously cursed, from localStorage existing but doing nothing (write something, read it back, and get nothing) to exceptions being thrown when trying to access it

Thank you very much!  Sounds good and that's what I'm going to do.

Is this for HTML5 Platform?? I'm looking to save GM HTML5 Program to Server... With the ability to save and load program "game".

This extension solves a specific problem, it is not necessary to save/load data on HTML5 “in general”.