Tony Hu

Results 3 issues of Tony Hu

**This is a Feature Proposal** Ever consider opening API that let we define custom actions in chromeless like [Nightmare.action](https://github.com/segmentio/nightmare#nightmareactionname-electronactionelectronnamespace-actionnamespace)?

Is there any way to get socket id in a more elegant way? I need to generate qr codes with socket id. Currently I found a way using ``` socket.id=io.managers[Object.keys(io.managers)[0]].engine.id;...