persistence - Is there any persistance available to a data uri? -
I have very basic data:
data: text / html, & lt ; Body satisfying style = "font: 2rem / 1.5 monospace; max-width: 60%; padding: 50px;" Onload = "document.body.focus ();" & Gt; I would like to store the text written in the body when it changes and loads when the URL is opened.
I have local storage, sessionstorage and cookies but those data are not available for uri. I have not tried indexed DB because it looks like a GET on a lot more code for load and a load on the load.
To answer my own question: no. This is by design so I went another way about it.
Comments
Post a Comment