StorageEvent constructor
StorageEvent(
- String type, [
- StorageEventInit? eventInitDict
Implementation
factory StorageEvent(String type, [StorageEventInit? eventInitDict]) =>
StorageEvent._(type, eventInitDict ?? undefined);