Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.05 KB

chrome.md

File metadata and controls

30 lines (25 loc) · 2.05 KB

Bookmarks tagged [chrome]

https://v8.dev/

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.


https://pptr.dev/

Headless Chrome Node API


https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27

Support for Node.js debuggability landed in Node.js master in May 2016. You can see it in action in the [DevTools 2016 Google I/O talk](https://www.youtube.com/watch?v=x8u0n4dT-WI&feature=youtu.be&t=2...


https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/timeline-tool

Use the Chrome DevTools Timeline panel to record and analyze all the activity in your application as it runs. It's the best place to start investigating perceived performance issues in your applicatio...