@tak-ps/cloudtak 13.86.0 → 13.86.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -246,10 +246,6 @@ export declare function ensureDatabase(): Promise<void>;
|
|
|
246
246
|
export declare class DatabaseSuspendedError extends Error {
|
|
247
247
|
constructor(message?: string);
|
|
248
248
|
}
|
|
249
|
-
/**
|
|
250
|
-
* The storage process did not answer a bounded probe. Every read and write
|
|
251
|
-
* would hang forever; only a fresh WebView (or app process) recovers.
|
|
252
|
-
*/
|
|
253
249
|
export declare class DatabaseUnavailableError extends Error {
|
|
254
250
|
constructor(message: string);
|
|
255
251
|
}
|