MCPcopy 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 */
58export const isWeb = (): boolean => {
59 return !isTauri();
60};
61
62// Feature detection
63

Callers 15

WelcomeModalFunction · 0.90
StartupDialogFunction · 0.90
ModelHubFunction · 0.90
switchCameraDeviceMethod · 0.90
captureFrameMethod · 0.90
acquireMasterStreamMethod · 0.90
teardownDisplayStreamMethod · 0.90
teardownCameraStreamMethod · 0.90

Calls 1

isTauriFunction · 0.85

Tested by

no test coverage detected