StorageEventInit
interface StorageEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
key?: null | string;
newValue?: null | string;
oldValue?: null | string;
storageArea?: null | Storage;
url?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
key?: null | string;
newValue?: null | string;
oldValue?: null | string;
storageArea?: null | Storage;
url?: string;
}
Hierarchy (View Summary)
- EventInit
- StorageEventInit