Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
873
export
function
isFirefox(): boolean {
874
return
Boolean(typeof browser !==
'undefined'
&& typeof chrome !==
'undefined'
);
875
}
876
877
export
function
waitForPageToBeVisible() {
878
const
condition = () =>
Callers
1
popup.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected