StorageEvent constructor

StorageEvent(
  1. String type, [
  2. StorageEventInit? eventInitDict
])

Implementation

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