Variable StorageEvent
StorageEvent: {
prototype: StorageEvent;
new (type: string, eventInitDict?: StorageEventInit): StorageEvent;
}
prototype: StorageEvent;
new (type: string, eventInitDict?: StorageEventInit): StorageEvent;
}
Type declaration
- new (type: string, eventInitDict?: StorageEventInit): StorageEvent
- Parameters- type: string
- OptionaleventInitDict: StorageEventInit
 - Returns StorageEvent
 
- prototype: StorageEvent