Index

Type aliases

OptionState

OptionState: "focused" | "hidden" | "normal"

ScoredOption

ScoredOption: object

Type declaration

Variables

Const DEFAULT_FAVICON

DEFAULT_FAVICON: string = browser.extension.getURL("static/defaultFavicon.svg",)

Functions

commitIfCurrent

  • commitIfCurrent(epochref: any, asyncFunc: Function, commitFunc: Function, ...args: any[]): Promise<any>
  • If first to modify epoch, commit change. May want to change epoch after commiting.

    Parameters

    • epochref: any
    • asyncFunc: Function
    • commitFunc: Function
    • Rest ...args: any[]

    Returns Promise<any>

updateCompletions

  • Indicate changes to completions we would like.

    This will probably never be used for original designed purpose.

    Parameters

    Returns void