Very Slow to pass “large” amount of data from Chrome Extension to Host (written in C#)
问题 I am using Chrome's Native Messaging API to pass the DOM of a page to my host. When I try passing a small string from my extension to my host, everything works, but when I try to pass the entire DOM (which isn't that large...only around 260KB), everything runs much slower and I eventually get a Native host has exited error preventing the host from responding. My main question: Why does it take so long to pass a 250KB - 350KB message from the extension to the host? According to the developer's