Package 

Class EnableRequest

    • Method Summary

      Modifier and Type Method Description
      final List<String> component1()
      final EnableRequest copy(List<String> eventTypes)
      final List<String> getEventTypes() 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.
      • Methods inherited from class org.hildan.chrome.devtools.domains.performancetimeline.EnableRequest

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnableRequest

        EnableRequest(List<String> eventTypes)
    • Method Detail

      • getEventTypes

         final List<String> getEventTypes()

        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.