MCPcopy Create free account
hub / github.com/cloudflare/mcp / close

Method close

worker-configuration.d.ts:3108–3108  ·  view source on GitHub ↗

* The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebSocket/close)

(code?: number, reason?: string)

Source from the content-addressed store, hash-verified

3106}
3107interface URLPatternResult {
3108 inputs: (string | URLPatternInit)[];
3109 protocol: URLPatternComponentResult;
3110 username: URLPatternComponentResult;
3111 password: URLPatternComponentResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected