aloisdg / Grimoire

Grimoire is a spellcards generator for Pathfinder-fr
GNU General Public License v3.0
2 stars 1 forks source link

How can I share my json from index.html to print.html? #4

Closed aloisdg closed 7 years ago

aloisdg commented 7 years ago

Hello,

When you select a spell, I add it to a virtual cart. Then, when you click on "print", you navigate to print.html with the whole cart as json in your url. This method pollute the url but I quite like it because it works like an API. Anyone can change the json to edit the data of a spell. Also, it is easy to extend.

But their is a problem. Your browser may not like it and if you use a long string you will get an error 756:

error 756

What would be a nice alternative to share a json objet from one page to another?

Cheers

aloisdg commented 7 years ago

In perf, localStorage > cookie.