chore(electron): polish docs and hide connectToWorker/Worker.disconnect#40483
chore(electron): polish docs and hide connectToWorker/Worker.disconnect#40483dgozman merged 2 commits intomicrosoft:mainfrom
Conversation
Rename client BrowserType.connectToWorker to _connectToWorker and Worker.disconnect to _disconnect, and drop both from public docs/types. Keep the server-side names unchanged so the protocol channel is unaffected. Also tweak electron migration notes.
Test results for "tests 1"3 flaky41476 passed, 847 skipped Merge workflow run. |
Test results for "MCP"11 failed 1 flaky6809 passed, 927 skipped Merge workflow run. |
Summary
BrowserType.connectToWorkerandWorker.disconnectto_connectToWorker/_disconnect, removes them from the public docs and types. Server-side names and the protocol channel are unchanged.