Function: assertSqliteRestorePayloadWithinIpcBudget()
function assertSqliteRestorePayloadWithinIpcBudget(
payload: SerializedDatabaseRestorePayload
): void;
Defined in: shared/utils/ipcPayloadBudgets.ts:42
Asserts the restore payload is within the renderer main IPC budget.
Parametersโ
payloadโ
SerializedDatabaseRestorePayload
Returnsโ
void