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 = {
14131413 */
14141414 wipeFiles : ( ) => Promise < void > ;
14151415
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+ */
14181420 pauseVfs : ( ) => SAHPoolUtil ;
14191421
14201422 /** Returns `true` if this VFS pool is paused */
14211423 isPaused : ( ) => boolean ;
14221424
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+ */
14251429 unpauseVfs : ( ) => Promise < SAHPoolUtil > ;
14261430} ;
14271431
You can’t perform that action at this time.
0 commit comments