vot.js - v2.4.12
    Preparing search index...

    Interface StorageEventInit

    interface StorageEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        key?: null | string;
        newValue?: null | string;
        oldValue?: null | string;
        storageArea?: null | Storage;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    key?: null | string
    newValue?: null | string
    oldValue?: null | string
    storageArea?: null | Storage
    url?: string