Before HTML 5 where was application data stored in | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Before HTML 5 where was application data stored in

2nd Jun 2020, 9:56 PM
ShugarDecoder
ShugarDecoder - avatar
1 Answer
+ 5
I believe the Local Storage and Session Storage APIs were supported years before the HTML5 spec was officially approved and released in 2014. So... technically, Local Storage and Session Storage APIs existed before HTML5. 😉 That said, prior to these HTML5 features, the only mechanisms for persisted state were via server side sessions, cookies, and possibly page to page form data.
2nd Jun 2020, 10:24 PM
David Carroll
David Carroll - avatar