iqrok

Results 2 comments of iqrok

![image](https://github.com/nwjs/nw.js/assets/7772479/94c1f2bc-1df4-45df-bb2f-710ca59a99ab) CustomEvent still doesn't work on 0.84 linux

I was able to make CustomEvent works in mixed context by building from source and modified this function to do nothing https://github.com/nwjs/node/blob/nw87/lib/internal/process/pre_execution.js#L397-L404 ![image](https://github.com/nwjs/nw.js/assets/7772479/951e537d-4fbe-4b28-a612-9e1e3fb43986) It seems like [node's CustomEvent](https://nodejs.org/api/events.html#class-customevent) is the...