Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.76k stars 148 forks source link

Upgraded electron to get the latest performance timeline. #119

Open nathanjd opened 7 years ago

nathanjd commented 7 years ago

The format of the JSON export from chrome's performance timeline has changed in recent versions. I found that the version devtool is using is incompatible so had to upgrade the electron version.

Upgraded electron to get the latest performance timeline. Changed test v8 flags since existing flag is now enabled by default. Added new Buffer argument to custom module loader function signature. Differentiated browser global test message.