Fixed the word "data" to "date".

It might be a little bit hard to understand the sentence with the wrong word.
pull/556/head
Emre 3 years ago committed by GitHub
parent 298bc56ac8
commit d0156d2d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ sessionStorage is only available within the browser tab or window session. It
### localStorage
The HTML5 localStorage is the para of the web storage API which is used to store data on the browser with no expiration data. The data will be available on the browser even after the browser is closed. localStorage is kept even between browser sessions. This means data is still available when the browser is closed and reopened, and also instantly between tabs and windows.
The HTML5 localStorage is the para of the web storage API which is used to store data on the browser with no expiration date. The data will be available on the browser even after the browser is closed. localStorage is kept even between browser sessions. This means data is still available when the browser is closed and reopened, and also instantly between tabs and windows.
Web Storage data is, in both cases, not available between different browsers. For example, storage objects created in Firefox cannot be accessed in Internet Explorer, exactly like cookies. There are five methods to work on local storage:
_setItem(), getItem(), removeItem(), clear(), key()_

Loading…
Cancel
Save