Skip to main content

StorageEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


key?

optional key?: string | null;

newValue?

optional newValue?: string | null;

oldValue?

optional oldValue?: string | null;

storageArea?

optional storageArea?: Storage | null;

url?

optional url?: string;