Instantly sync updated pages when ticking off a task in a directive
This commit is contained in:
@@ -7,3 +7,7 @@ export function isSyncing(): Promise<boolean> {
|
||||
export function hasInitialSyncCompleted(): Promise<boolean> {
|
||||
return syscall("sync.hasInitialSyncCompleted");
|
||||
}
|
||||
|
||||
export function scheduleFileSync(path: string): Promise<void> {
|
||||
return syscall("sync.scheduleFileSync", path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user