Interface StorageEvent

All Superinterfaces:
Event, JSObject

public interface StorageEvent extends Event
Author:
Junji Takakura
  • Method Details

    • getKey

      String getKey()
    • getOldValue

      String getOldValue()
    • getNewValue

      String getNewValue()
    • getUrl

      String getUrl()
    • getStorageArea

      Storage getStorageArea()