You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
an event that executes when a Web Storage area is updated.
Which of the following is the event being discussed?
A.
onstorage
B.
onupdate
C.
onlocalstorage
D.
onsessionStorage
Explanation:
https://msdn.microsoft.com/en-us/library/bg142799(v=vs.85).aspx
“The onstorage event is fired in a document when a storage area changes.”