(notification)
| 467 | } |
| 468 | |
| 469 | _download(notification) { |
| 470 | document.querySelector('x-dialog [download]').click(); |
| 471 | notification.close(); |
| 472 | } |
| 473 | |
| 474 | _copyText(message, notification) { |
| 475 | notification.close(); |
no outgoing calls
no test coverage detected