Upload files to IndexedDB
This commit is contained in:
parent
5bd5ef1f02
commit
8b421ea59e
15 changed files with 539 additions and 99 deletions
|
|
@ -9,6 +9,9 @@ export class Sync {
|
|||
}//}}}
|
||||
|
||||
async run() {//{{{
|
||||
// XXX - Delete me
|
||||
return
|
||||
|
||||
try {
|
||||
let duration = 0 // in ms
|
||||
|
||||
|
|
@ -163,13 +166,13 @@ export class Sync {
|
|||
}
|
||||
|
||||
export class N2SyncProgress extends CustomHTMLElement {
|
||||
static {
|
||||
static {// {{{
|
||||
this.tmpl = document.createElement('template')
|
||||
this.tmpl.innerHTML = `
|
||||
<progress data-el="progress" min=0 max=137 value=0></progress>
|
||||
<div data-el="count" class="count">0 / 0</div>
|
||||
`
|
||||
}
|
||||
}// }}}
|
||||
constructor() {//{{{
|
||||
super()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue