BrowserUtils: {
    PromoType: {
        COOKIE_BANNERS: number;
        DEFAULT: number;
        FOCUS: number;
        PIN: number;
        RELAY: number;
        VPN: number;
    };
    canFindInPage(location: any): any;
    formatURIForDisplay(uri: any, options: any): any;
    formatURIStringForDisplay(uriString: any, options: any): any;
    getRootEvent(aEvent: any): any;
    getShareableURL(url: any): any;
    hrefAndLinkNodeForClickEvent(event: any): any;
    isFindbarVisible(docShell: any): any;
    mimeTypeIsTextBased(mimeType: any): any;
    principalWithMatchingOA(principal: any, existingPrincipal: any): any;
    promiseObserved(topic: any, test: any): any;
    sendToDeviceEmailsSupported(): any;
    shouldShowPromo(promoType: any): any;
    shouldShowVPNPromo(): any;
    whereToOpenLink(e: any, ignoreButton: any, ignoreAlt: any): any;
}

Type declaration

  • PromoType: {
        COOKIE_BANNERS: number;
        DEFAULT: number;
        FOCUS: number;
        PIN: number;
        RELAY: number;
        VPN: number;
    }
    • COOKIE_BANNERS: number
    • DEFAULT: number
    • FOCUS: number
    • PIN: number
    • RELAY: number
    • VPN: number
  • canFindInPage:function
    • Parameters

      • location: any

      Returns any

  • formatURIForDisplay:function
    • Parameters

      • uri: any
      • options: any

      Returns any

  • formatURIStringForDisplay:function
    • Parameters

      • uriString: any
      • options: any

      Returns any

  • getRootEvent:function
    • Parameters

      • aEvent: any

      Returns any

  • getShareableURL:function
    • Parameters

      • url: any

      Returns any

  • hrefAndLinkNodeForClickEvent:function
    • Parameters

      • event: any

      Returns any

  • isFindbarVisible:function
    • Parameters

      • docShell: any

      Returns any

  • mimeTypeIsTextBased:function
    • Parameters

      • mimeType: any

      Returns any

  • principalWithMatchingOA:function
    • Parameters

      • principal: any
      • existingPrincipal: any

      Returns any

  • promiseObserved:function
    • Parameters

      • topic: any
      • test: any

      Returns any

  • sendToDeviceEmailsSupported:function
    • Returns any

  • shouldShowPromo:function
    • Parameters

      • promoType: any

      Returns any

  • shouldShowVPNPromo:function
    • Returns any

  • whereToOpenLink:function
    • Parameters

      • e: any
      • ignoreButton: any
      • ignoreAlt: any

      Returns any

Generated using TypeDoc