Vidyalelo
JavaScript · Q163

Document Object Model And Event Handling

Programming · JavaScript · question 163

Q163

Which is the Microsoft’s own proprietary client-side storage?

A.
IE User Data
Answer
B.
Offline Web Applications
C.
Cookies
D.
All of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Microsoft implements its own proprietary client-side storage mechanism, known as “userData,” in IE5 and later. userData enables the storage of medium amounts of string data and can be used as an alternative to Web Storage in versions of IE before IE8.