DDRCompanion/lib/idb.ts
Michael Zhang 10719b6d83
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
got sql working
2024-05-15 20:04:15 -05:00

7 lines
231 B
TypeScript

// TODO: Actually do a partial download
export function downloadDatafile() {
// Get download status from local storage
const stepDataDownloadStatus = localStorage.getItem(
"stepDataDownloadStatus",
) ?? { hash: null };
}