IPFS node.on('start') not working correctly in Chrome #915
Description
I'm currently trying to run some of the examples available for IPFS, however the IPFS nodes don't seem to properly start in Chrome. I've tried both the transfer-files from this repo and the collaborative editing demo (https://github.com/ipfs-shipyard/shared-editing-demo) and in both cases the nodes start and demos work in Firefox, however trying to load them in Chrome produces no results. For transfer-files it just hangs on start, and the collaborative editing just leaves you typing in your own little text area in Chrome. Firefox nodes properly talk to each other and function as expected, however Chrome nodes don't talk to other Chrome nodes or Firefox nodes. It seems like a bug coming from Chrome but I'm not sure what is causing it exactly. Any information to help with this would be greatly appreciated.