()
| 497 | |
| 498 | // Optional: let main.js prefetch it in the background |
| 499 | export function warmUpResumable() { |
| 500 | lazyLoadResumable().catch(() => {/* ignore warm-up failure */}); |
| 501 | } |
| 502 | |
| 503 | // Recursively retrieve files from DataTransfer items. |
| 504 | function getFilesFromDataTransferItems(items) { |
nothing calls this directly
no test coverage detected