Checkpoint web parity through Chromium input tasks
This commit is contained in:
@@ -257,7 +257,7 @@ export interface StorageRequest {
|
||||
| { type: "saveSnapshot"; projectId: string; revision: number; buffer: ArrayBuffer; maxCount?: number; maxBytes?: number }
|
||||
| { type: "listSnapshots"; projectId: string }
|
||||
| { type: "readSnapshot"; projectId: string; revision: number }
|
||||
| { type: "putAsset"; projectId: string; data: ArrayBuffer; mimeType: string; sourcePath?: string }
|
||||
| { type: "putAsset"; projectId: string; data: ArrayBuffer; mimeType: string; sourcePath?: string; faultAt?: "quota" }
|
||||
| { type: "readAsset"; projectId: string; sha256: string }
|
||||
| { type: "listAssets"; projectId: string }
|
||||
| { type: "commitTexturePaintTile"; commit: TexturePaintTileCommitIR }
|
||||
|
||||
Reference in New Issue
Block a user