Bug 299211
| Summary: | Implement EventCounts as maplike | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Franco Vieira de Souza <franco_vieira> |
| Component: | WebKit API | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | opendarwin, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Franco Vieira de Souza
We should follow the spec (https://www.w3.org/TR/event-timing/#sec-event-counts) and implement EventCounts as maplike, which is a more complete API, with interfaces such as .forEach(), .keys(), .value() etc. We currently provide only .get() and .size.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/160968888>
Franco Vieira de Souza
Pull request: https://github.com/WebKit/WebKit/pull/51040
Franco Vieira de Souza
Pull request: https://github.com/WebKit/WebKit/pull/51599
EWS
Committed 300830@main (f044942fbcb0): <https://commits.webkit.org/300830@main>
Reviewed commits have been landed. Closing PR #51040 and removing active labels.
Franco Vieira de Souza
*** Bug 300096 has been marked as a duplicate of this bug. ***