Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/browserless/browserless
/ stop
Method
stop
src/shared/utils/function/client.ts:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
public stop() {
96
if
(this.browser) this.browser.disconnect();
97
}
98
}
99
100
// Set this as an immutable property on window so our handler's
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected