MCPcopy Create free account
hub / github.com/nodejs/node / url

Method url

deps/undici/src/lib/web/websocket/websocket.js:336–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334 }
335
336 get url () {
337 webidl.brandCheck(this, WebSocket)
338
339 // The url getter steps are to return this's url, serialized.
340 return URLSerializer(this.#url)
341 }
342
343 get extensions () {
344 webidl.brandCheck(this, WebSocket)

Callers

nothing calls this directly

Calls 2

brandCheckMethod · 0.80
URLSerializerFunction · 0.50

Tested by

no test coverage detected