Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Roy3838/Observer
/ isWeb
Function
isWeb
app/src/utils/platform.ts:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
* Check
if
the app is running in a web browser (not Tauri)
57
*/
58
export
const
isWeb = (): boolean => {
59
return
!isTauri();
60
};
61
62
// Feature detection
63
Callers
15
WelcomeModal
Function · 0.90
StartupDialog
Function · 0.90
ModelHub
Function · 0.90
requestStreamsForAgent
Method · 0.90
switchCameraDevice
Method · 0.90
captureFrame
Method · 0.90
acquireMasterStream
Method · 0.90
isPseudoStreamAvailable
Method · 0.90
teardownDisplayStream
Method · 0.90
teardownScreenAudioStream
Method · 0.90
teardownCameraStream
Method · 0.90
teardownMicrophoneStream
Method · 0.90
Calls
1
isTauri
Function · 0.85
Tested by
no test coverage detected