Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ initWebBrowserAdapters
Function
initWebBrowserAdapters
src/services/registry.ts:287–290 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
async
function
initWebBrowserAdapters(): Promise<void> {
288
// Phase 6+: BrowserSql Adapter
289
throw
new
Error(
'[services] web-browser platform not yet supported'
)
290
}
Callers
1
initServices
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected