jStorage icon indicating copy to clipboard operation
jStorage copied to clipboard

Update Readme.md, replaced the word "cache" with "local storage".

Open halukakin-legacy opened this issue 11 years ago • 4 comments

Minor semantic change proposal to make the readme file more reader friendly.

halukakin-legacy avatar Jun 14 '13 11:06 halukakin-legacy

hey, thanks but local storage does not apply to all use cases as theres also other storage mechanisms used if needed, thats why the more general cache is used

andris9 avatar Jun 14 '13 13:06 andris9

maybe use Web Storage? (http://dev.w3.org/html5/webstorage/)

kpx-dev avatar Jul 17 '13 18:07 kpx-dev

Web storage should be fine too.

You know what is interesting. Reading the specification, the only place you ever read the phrase "web storage" is in the title. The authors don't ever call anything "web storage" within the document.

Three similar phrases seem to stand out within the document: "data storage", "data storage area" and "storage area".

halukakin-legacy avatar Jul 17 '13 20:07 halukakin-legacy

DOM Storage: https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage

ShirtlessKirk avatar Aug 06 '13 12:08 ShirtlessKirk