admin管理员组

文章数量:1341738

I am getting this error, that seems to have no negative effect on anything, but still.. why?

chrome console :

Port error: Could not establish connection. Receiving end does not exist.                                 miscellaneous_bindings:235
    chromeHidden.Port.dispatchOnDisconnect

I am getting this error, that seems to have no negative effect on anything, but still.. why?

chrome console :

Port error: Could not establish connection. Receiving end does not exist.                                 miscellaneous_bindings:235
    chromeHidden.Port.dispatchOnDisconnect
Share asked Oct 30, 2012 at 14:12 coisocoiso 7,47912 gold badges47 silver badges63 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 14

You don't have to worry about those. They do not affect your own code. They originate in one of your Chrome extensions. This usually happens when an extension is trying to establish a connection to a local file (for instance when using the file: protocol).

本文标签: javascriptWhat are miscellaneous bindings and why are they giving me a port errorStack Overflow