@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface HistoryEntry

    interface HistoryEntry {
        relativeTime: string;
        title: string;
        url: string;
    }
    Index

    Properties

    relativeTime: string

    Human readable relative time

    title: string

    Platform-dependent page identifier - could be HTML title, URL pathname, or other identifier. Examples: 'YouTube - Homepage', '/users/settings', 'Netflix', '/v2/api/analytics'

    url: string

    Full page URL