processingEnd property
      
      double
      get
      processingEnd
      
    
    
The read-only processingEnd property returns the time the last event
handler finished executing.
It's equal to PerformanceEventTiming.processingStart when there are no such event handlers.
Implementation
external double get processingEnd;