Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.memory


get-dom-countersclj

(get-dom-counters)
(get-dom-counters {:as params :keys []})
(get-dom-counters connection {:as params :keys []})

Return map keys:

KeyDescription
:documentsnull
:nodesnull
:js-event-listenersnull

Return map keys:


  Key                 | Description 
  --------------------|------------ 
  :documents          | null
  :nodes              | null
  :js-event-listeners | null
sourceraw docstring

set-pressure-notifications-suppressedclj

(set-pressure-notifications-suppressed)
(set-pressure-notifications-suppressed {:as params :keys [suppressed]})
(set-pressure-notifications-suppressed connection
                                       {:as params :keys [suppressed]})

Enable/disable suppressing memory pressure notifications in all processes.

Parameters map keys:

KeyDescription
:suppressedIf true, memory pressure notifications will be suppressed.
Enable/disable suppressing memory pressure notifications in all processes.

Parameters map keys:


  Key         | Description 
  ------------|------------ 
  :suppressed | If true, memory pressure notifications will be suppressed.
sourceraw docstring

simulate-pressure-notificationclj

(simulate-pressure-notification)
(simulate-pressure-notification {:as params :keys [level]})
(simulate-pressure-notification connection {:as params :keys [level]})

Simulate a memory pressure notification in all processes.

Parameters map keys:

KeyDescription
:levelMemory pressure level of the notification.
Simulate a memory pressure notification in all processes.

Parameters map keys:


  Key    | Description 
  -------|------------ 
  :level | Memory pressure level of the notification.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close