Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Storage

What's The Best Way Use Caching Data In Js On Client Side?

My application receives data from the another server, using API with limited number of requests. Da… Read more What's The Best Way Use Caching Data In Js On Client Side?

Javascript Save Blob To Localstorage

I am trying to save blob data (favicon) retrieved via AJAX, to localStorage. Code : var xhr = new X… Read more Javascript Save Blob To Localstorage

When Should I Use Html5 Sessionstorage?

I've learned difference between sessionStorage (persist during session) and localStorage (persi… Read more When Should I Use Html5 Sessionstorage?