-
public final class StorageEvent.IndexedDBListUpdatedEvent extends StorageEvent
The origin's IndexedDB database list has been modified.
-
-
Constructor Summary
Constructors Constructor Description IndexedDBListUpdatedEvent(String origin)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final StorageEvent.IndexedDBListUpdatedEventcopy(String origin)final StringgetOrigin()Origin to update. -
-
Constructor Detail
-
IndexedDBListUpdatedEvent
IndexedDBListUpdatedEvent(String origin)
-
-
Method Detail
-
component1
final String component1()
-
copy
final StorageEvent.IndexedDBListUpdatedEvent copy(String origin)
-
-
-
-