MCPcopy Index your code
hub / github.com/MALSync/MALSync / isFirefox

Function isFirefox

src/utils/general.ts:873–875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

871}
872
873export function isFirefox(): boolean {
874 return Boolean(typeof browser !== 'undefined' && typeof chrome !== 'undefined');
875}
876
877export function waitForPageToBeVisible() {
878 const condition = () =>

Callers 1

popup.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected