Update CIs maybe
This commit is contained in:
parent
58f09236bf
commit
ec11b1ffb6
4 changed files with 661 additions and 797 deletions
1452
clean3.json
1452
clean3.json
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 65;
|
||||
const DB_VERSION = 66;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 65;
|
||||
const DB_VERSION = 66;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Add table
Reference in a new issue