WebSocketRequestResponsePair
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:720
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WebSocketRequestResponsePair(
request,response):WebSocketRequestResponsePair
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:721
Parameters
Section titled “Parameters”request
Section titled “request”string
response
Section titled “response”string
Returns
Section titled “Returns”WebSocketRequestResponsePair
Accessors
Section titled “Accessors”request
Section titled “request”Get Signature
Section titled “Get Signature”get request():
string
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:722
Returns
Section titled “Returns”string
response
Section titled “response”Get Signature
Section titled “Get Signature”get response():
string
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:723
Returns
Section titled “Returns”string