API surface exposed by the Sisyphus form autosave plugin used by the review editor for draft persistence (see frontend/review.ts).

interface Sisyphus {
    manuallyReleaseData(): void;
    saveAllData(): void;
}

Methods