File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1413,15 +1413,19 @@ type SAHPoolUtil = {
1413
1413
*/
1414
1414
wipeFiles : ( ) => Promise < void > ;
1415
1415
1416
- /** Unregister this VFS and release file access handles, without clearing
1417
- * files. The database must be closed before calling this. */
1416
+ /**
1417
+ * Unregister this VFS and release file access handles, without clearing
1418
+ * files. The database must be closed before calling this.
1419
+ */
1418
1420
pauseVfs : ( ) => SAHPoolUtil ;
1419
1421
1420
1422
/** Returns `true` if this VFS pool is paused */
1421
1423
isPaused : ( ) => boolean ;
1422
1424
1423
- /** Re-register this VFS and re-acquire file access handles. Any previously
1424
- * open databases will have to be re-opened after calling this. */
1425
+ /**
1426
+ * Re-register this VFS and re-acquire file access handles. Any previously
1427
+ * open databases will have to be re-opened after calling this.
1428
+ */
1425
1429
unpauseVfs : ( ) => Promise < SAHPoolUtil > ;
1426
1430
} ;
1427
1431
You can’t perform that action at this time.
0 commit comments