Contents

foreground

A capability that enables an extension process to do foreground priority work.

Declaration

+ (instancetype) foreground;

Discussion

Use this capability while your browser app is in the foreground to allow extensions that support the browser’s UI to run at foreground priority.

See Also

Granting capabilities to browser extension processes