Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Sep 20, 2023
1 parent 4287d4e commit 79ba152
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ Logging
* 🌐 `console.log()` `console.warn()` `console.error()`
* Event logging: 🏁 `monitorEvents(me())` See: [Chrome Blog](https://developer.chrome.com/blog/quickly-monitor-events-from-the-console-panel-2/)

Benchmarking / Time It!
* 🏁 `console.time('name')`
* 🏁 `console.timeEnd('name')`

Text / HTML Content
* 🏁 `me().textContent = "hello world"`
* XSS Safe! See: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Node/textContent)
Expand Down

0 comments on commit 79ba152

Please sign in to comment.