devowl-wp
    Preparing search index...
    type ApplyOptInOptions = {
        skipOptIn?: (service: Service) => boolean;
        triggeredByOtherTab?: boolean;
    }
    Index

    Properties

    skipOptIn?: (service: Service) => boolean
    triggeredByOtherTab?: boolean

    Instead of using a BroadcastChannel which breaks the bfcache of browsers, we are using a mix of the storage events in combination with this property to determine if a decision got made in another tab.