()
| 209 | } |
| 210 | |
| 211 | function getName() { |
| 212 | const id = window.crypto.getRandomValues(new Uint32Array(1))[0].toString(36); |
| 213 | const name = document.querySelector('nav .overflow-y-auto a.hover\\:bg-gray-800')?.innerText?.trim() || ''; |
| 214 | return { filename: name ? name : id, id, pathname: 'chat.download.json' }; |
| 215 | } |
| 216 | |
| 217 | class Elements { |
| 218 | constructor() { |
no outgoing calls
no test coverage detected