svelte-cookie-banner
    Preparing search index...

    Type Alias FingerprintingConfig

    Configuration for fingerprinting-based tracking.

    type FingerprintingConfig = {
        cookie?: CookieConfig;
        uuid?: string;
    }
    Index

    Properties

    Properties

    cookie?: CookieConfig

    Configuration for the cookie that stores the UUID. If provided, the cookie will be created. If not provided, it will be stored inside the other cookie.

    uuid?: string

    A unique user identifier used for server-side tracking. If not provided, a random UUID will be generated.