Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a web storage interface?
    1. privacy
    2. storageEvent
    3. window
    4. storage
    5. None of these
Correct Option: A

There is only three web storage interface window, storage, and StorageEvent. Window object provides access to the local storage objects. Storage retrieves, set and remove data from the domain. Storage event is fired when the storage area on a document’s window changes.



Your comments will be displayed only after manual approval.