disconnect method
      
void
disconnect()
      
     
    
The disconnect() method of the PerformanceObserver interface is
used to stop the performance observer from receiving any
PerformanceEntry events.
Implementation
external void disconnect();