File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/content/en/updates/2019/01 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
project_path: /web/_ project.yaml
2
2
book_path: /web/updates/_ book.yaml
3
- description: TODO
3
+ description: Logpoints, style properties in Inspect Mode, and much more.
4
4
5
5
{# wf_updated_on: 2019-01-21 #}
6
- {# wf_published_on: 2019-01-16 #}
7
- {# wf_tags: chrome72 , devtools, devtools-whatsnew #}
6
+ {# wf_published_on: 2019-01-22 #}
7
+ {# wf_tags: chrome73 , devtools, devtools-whatsnew #}
8
8
{# wf_featured_image: /web/updates/images/generic/chrome-devtools.png #}
9
- {# wf_featured_snippet: TODO #}
9
+ {# wf_featured_snippet: Logpoints, style properties in Inspect Mode, and much more. #}
10
10
{# wf_blink_components: Platform>DevTools #}
11
11
12
12
# What's New In DevTools (Chrome 73) {: .page-title }
@@ -19,7 +19,7 @@ Here's what's new in DevTools in Chrome 73.
19
19
20
20
## Logpoints {: #logpoints }
21
21
22
- Use Logpoints to log messages to the Console without cluttering up your code with ` console.* `
22
+ Use Logpoints to log messages to the Console without cluttering up your code with ` console.log() `
23
23
calls.
24
24
25
25
To add a logpoint:
You can’t perform that action at this time.
0 commit comments