Discussion :: Javascript - CS
- Which is the Microsoft’s own proprietary client-side storage?
Answer : Option A
Explanation :
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.
Be The First To Comment