Remove old Whisper.Database
module
This commit is contained in:
parent
1184756866
commit
11cfb4f76f
6 changed files with 9 additions and 85 deletions
9
ts/window.d.ts
vendored
9
ts/window.d.ts
vendored
|
@ -557,15 +557,6 @@ export type WhisperType = {
|
|||
events: Backbone.Events;
|
||||
activeConfirmationView: WhatIsThis;
|
||||
|
||||
Database: {
|
||||
open: () => Promise<IDBDatabase>;
|
||||
handleDOMException: (
|
||||
context: string,
|
||||
error: DOMException | null,
|
||||
reject: Function
|
||||
) => void;
|
||||
};
|
||||
|
||||
ExpiringMessagesListener: {
|
||||
init: (events: Backbone.Events) => void;
|
||||
update: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue