chore: remove vendor-specific references from code comments

This commit is contained in:
Shrey Pandya
2026-03-05 09:59:28 -08:00
committed by Peter Steinberger
parent c1f6edf48b
commit 7b58507224
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {