MCPcopy Create free account
hub / github.com/error311/FileRise / warmUpResumable

Function warmUpResumable

public/js/upload.js:499–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

lazyLoadResumableFunction · 0.85

Tested by

no test coverage detected