MCPcopy Create free account
hub / github.com/nodejs/undici / binaryType

Method binaryType

lib/web/websocket/websocket.js:465–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 get binaryType () {
466 webidl.brandCheck(this, WebSocket)
467
468 return this.#binaryType
469 }
470
471 set binaryType (type) {
472 webidl.brandCheck(this, WebSocket)

Callers

nothing calls this directly

Calls 1

brandCheckMethod · 0.80

Tested by

no test coverage detected