()
| 100 | } |
| 101 | |
| 102 | const clearLogs = () => { |
| 103 | if (process.env.NODE_ENV !== 'development') { |
| 104 | console.clear() |
| 105 | clearNetworkLogs(currentWindow) |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | const flushQueuedMessages = () => { |
| 110 | if (!worker) return |
no test coverage detected