We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aeced commit a81e701Copy full SHA for a81e701
src/amo/addonManager.js
@@ -31,11 +31,9 @@ type FirefoxAddon = {|
31
|};
32
33
export type MozAddonManagerType = {|
34
- abuseReportPanelEnabled?: boolean,
35
addEventListener: (eventName: string, handler: Function) => void,
36
createInstall: ({| url: string, hash?: string | null |}) => Promise<any>,
37
getAddonByID: (guid: string) => Promise<FirefoxAddon>,
38
- reportAbuse?: (addonId: string) => Promise<boolean>,
39
40
41
type PrivilegedNavigatorType = {|
0 commit comments