javascript - HTML5 : Changing the value of items in localStorage -
I am currently working my way through some example test questions on HTML5, and I came across the following:
How can you change the value of cookies and items in the collection of local storage attributes in HTML 5.0?
a Window.dialogArguments () by using the API method.
b. Open the window. Navigator.yieldForStorageUpdates () API Method.
c. Open the Window.navigator.appName API method.Questions for a start seem incredibly bad. (Cookies and items in local storage? Hmmm!)
Besides, I'm not sure any of the answers is completely correct ...? As far as I know that
yieldForStorageUpdates () does not return any scripts which can not be returned so storage can be updated ... but this does not actually change the value ?Is my ignorance visible or is it a very bad question? : - /
The browser is ever used as a fall if the browser does not implement local storage Does.
It is fairly straightforward that none of these three are expressly answering this question. As you say.
For a complete reading of the storage, take a look at this
Comments
Post a Comment