Trevixal API
    Preparing search index...

    Interface DraftRecoveryOptions

    interface DraftRecoveryOptions {
        container: HTMLElement;
        now?: () => number;
    }
    Index
    container: HTMLElement

    Where the banner is inserted (prepended).

    now?: () => number