Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Window.LocalStorage on iOs
Message
From
23/11/2015 04:08:56
 
General information
Forum:
HTML5
Category:
Local storage
Miscellaneous
Thread ID:
01627762
Message ID:
01627785
Views:
38
Likes (1)
>Hi,
>
>I am watching a course (in Pluralsight) on HTML5 Web Storage. A sample/test code is as follows:
>
>var storage = window.localStorage
>
>
>The word "window" is a little confusing. What if I am running the page in iOs safari? Will it still work?

It refers to the HTML5 Window so is available on any browser running HTML5. See : https://developer.mozilla.org/en-US/docs/Web/API/Window
Or more specifically : https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
In fact, bookmark the developer.mozilla.org website - it's the best reference to HTML5

Are you going to be writing the server and client code?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform