durs / node-activex

Node.JS Implementaion of ActiveXObject
MIT License
329 stars 62 forks source link

feat: implement event name parse #45

Closed asinbow closed 5 years ago

asinbow commented 5 years ago

@durs I have implemented event name parse, and need your review. And also I have found that arguments of listener are passed in reversal order, is that a bug? Causal code: https://github.com/durs/node-activex/blob/ed909800e2f5de3ae8093e750bee19ae8d862779/src/utils.h#L346