Package 

Class ConsoleDomain

    • Method Summary

      Modifier and Type Method Description
      final Flow<ConsoleEvent> events() Subscribes to all events related to this domain.
      final Flow<ConsoleEvent.MessageAddedEvent> messageAdded() Issued when new console message is added.
      final Unit clearMessages() Does nothing.
      final Unit disable() Disables console domain, prevents further console messages from being reported to the client.
      final Unit enable() Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification.
      • Methods inherited from class org.hildan.chrome.devtools.domains.console.ConsoleDomain

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait