Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After sessionStorage.js is included in the JS environment, the contents of the playerX_sessionStorage.js file are loaded and then pumped in via sessionStorage.fromJSON(data) (where 'data' is the string representation of the contents of the playerX_sessionStorage.js file).

That's it.

Future development:

...

localStorage

If the sessionStorage idea proposed above gets accepted, then an obvious next-step would be to implement localStorage.

...