chrome.md
July 15, 2021 · View on GitHub
Bookmarks tagged [chrome]
www.codever.land/bookmarks/t/chrome
V8 JavaScript engine
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
- tags: chrome, v8, javascript, engine, web-assembly, ecmascript
puppeteer home page
Headless Chrome Node API
- tags: puppeteer, node.js, chrome
- :octocat: source code
Debugging Node.js with Chrome DevTools – Paul Irish – Medium
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...
How to Use the Timeline Tool | Web | Google Developers
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...