Convert IndexedDB code to TypeScript
This commit is contained in:
parent
638e3e3a58
commit
9c8fd2a714
4 changed files with 6 additions and 22 deletions
4
ts/window.d.ts
vendored
4
ts/window.d.ts
vendored
|
@ -398,10 +398,6 @@ declare global {
|
|||
WhatsNewLink: typeof WhatsNewLink;
|
||||
};
|
||||
OS: typeof OS;
|
||||
IndexedDB: {
|
||||
removeDatabase: WhatIsThis;
|
||||
doesDatabaseExist: WhatIsThis;
|
||||
};
|
||||
Views: WhatIsThis;
|
||||
State: {
|
||||
createStore: typeof createStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue