ElectronNetLog.stopLogging method
ElectronNetLog › stopLogging
Unofficial
Stops recording network events. If not called, net logging will automatically end when the app quits.Signature:
stopLogging(): Promise<void>Returns: Promise<void> — A promise that resolves when the net log has been flushed to disk.