whatwg / console

Console Standard
https://console.spec.whatwg.org/
Other
272 stars 69 forks source link

Break count/countReset into a counting section #135

Closed domfarolino closed 6 years ago

domfarolino commented 6 years ago

We have a Timing methods section where we define a console's timer table, and the timing methods that utilize it.

Since the advent of countReset, it seems fit to break the counting methods, and the associated count map definition which currently appears under Logging methods, into its own section, especially since we're trying to align some of the behavior of the counting methods with the "corresponding" timing methods.