* 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)
| 3106 | } |
| 3107 | interface URLPatternResult { |
| 3108 | inputs: (string | URLPatternInit)[]; |
| 3109 | protocol: URLPatternComponentResult; |
| 3110 | username: URLPatternComponentResult; |
| 3111 | password: URLPatternComponentResult; |
nothing calls this directly
no outgoing calls
no test coverage detected