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

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -