clj-chrome-devtools.commands.performance-timeline

Reporting of performance timeline events, as specified in https://w3c.github.io/performance-timeline/#dom-performanceobserver.

enable

(enable)(enable {:as params, :keys [event-types]})(enable connection {:as params, :keys [event-types]})

Previously buffered events would be reported before method returns. See also: timelineEventAdded

Parameters map keys:

Key Description
:event-types The types of event to report, as specified in

https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype The specified filter overrides any previous filters, passing empty filter disables recording. Note that not all types exposed to the web platform are currently supported.