Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ addWebSocketRoute
Method
addWebSocketRoute
src/browserless.ts:317–319 ·
view source on GitHub ↗
(webSocketRouteFilePath: string)
Source
from the content-addressed store, hash-verified
315
}
316
317
public addWebSocketRoute(webSocketRouteFilePath: string) {
318
this.webSocketRouteFiles.push(webSocketRouteFilePath);
319
}
320
321
public setPort(port: number) {
322
if
(this.server) {
Callers
1
start
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected