mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:07:40 +00:00
chore: remove vendor-specific references from code comments
This commit is contained in:
committed by
Peter Steinberger
parent
c1f6edf48b
commit
7b58507224
@@ -9,7 +9,7 @@ export { isLoopbackHost };
|
||||
|
||||
/**
|
||||
* Returns true when the URL uses a WebSocket protocol (ws: or wss:).
|
||||
* Used to distinguish direct-WebSocket CDP endpoints (e.g. Browserbase)
|
||||
* Used to distinguish direct-WebSocket CDP endpoints
|
||||
* from HTTP(S) endpoints that require /json/version discovery.
|
||||
*/
|
||||
export function isWebSocketUrl(url: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user