Remove old Whisper.Database
module
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user