Bug 185307 - Console API: Implement console.countReset()
Summary: Console API: Implement console.countReset()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Safari 11
Hardware: Unspecified macOS 10.12.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-04 11:09 PDT by Dominic Farolino
Modified: 2019-06-05 03:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Farolino 2018-05-04 11:09:16 PDT
The `console.countReset()` API is being spec'ed at https://github.com/whatwg/console/pull/133 and tested at https://github.com/w3c/web-platform-tests/pull/10722. As of now, Node.js and Edge implement this API, and given that it is being added to the spec, we're expecting implementations to conform. Other implementation bugs can be found at the spec PR link.