Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_handleDirect
Method · 0.80
sendSocketData
Method · 0.80
Calls
1
write
Method · 0.65
Tested by
no test coverage detected