MCPcopy
hub / github.com/microsoft/playwright / sendData

Method sendData

packages/utils/socksProxy.ts:269–271  ·  view source on GitHub ↗
(data: Buffer)

Source from the content-addressed store, hash-verified

267 }
268
269 sendData(data: Buffer) {
270 this._socket.write(data);
271 }
272
273 end() {
274 this._socket.end();

Callers 2

_handleDirectMethod · 0.80
sendSocketDataMethod · 0.80

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected