StorageEventInitinterface StorageEventInit extends EventInit {key?: string | null;newValue?: string | null;oldValue?: string | null;storageArea?: Storage | null;url?: string;}§Extends§EventInit[src]§Properties§key?: string | null[src]§newValue?: string | null[src]§oldValue?: string | null[src]§storageArea?: Storage | null[src]§url?: string[src]