-
Notifications
You must be signed in to change notification settings - Fork 75
Add console.countReset? #89
Copy link
Copy link
Closed
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Edge has a method
console.countReset(label)which allows resetting a counter. This seems useful, and in general it's better to add console methods than remove them, in my opinion.If we spec this we should make sure that its behavior with no arguments, or undefined, is the same as that is decided for
console.count(). (For that, see #88.)