Skip to content

Commit

Permalink
Updating Cobalt documentation to match code changes. (#682) (#730)
Browse files Browse the repository at this point in the history
Count.DOM.EventListeners and Count.DOM.ActiveJavaScriptEvents were
renamed to Count.WEB.EventListeners and Count.WEB.ActiveJavaScriptEvents
in b/226800

b/278899927

(cherry picked from commit 053c414)

Co-authored-by: thorsten sideb0ard <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and sideb0ard committed Jun 27, 2023
1 parent fa646b5 commit b9017a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cobalt/doc/cvals.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Here are examples of its usage:

#### PublicCVals

* **Count.DOM.EventListeners** - The total number of EventListeners in
* **Count.WEB.EventListeners** - The total number of EventListeners in
existence globally. This includes ones that are pending garbage collection.
* **Count.DOM.Nodes** - The total number of Nodes in existence globally. This
includes ones that are pending garbage collection.
Expand All @@ -91,7 +91,7 @@ Here are examples of its usage:

#### DebugCVals

* **Count.DOM.ActiveJavaScriptEvents** - The number of JavaScript events that
* **Count.WEB.ActiveJavaScriptEvents** - The number of JavaScript events that
are currently running.
* **Count.DOM.Attrs** - The total number of Attrs in existence globally. This
includes ones that are pending garbage collection.
Expand Down

0 comments on commit b9017a9

Please sign in to comment.