Function: assertJsonImportPayloadWithinIpcBudget()
function assertJsonImportPayloadWithinIpcBudget(data: string): void;
Defined in: shared/utils/ipcPayloadBudgets.ts:29
Asserts a JSON import string is within the renderer main IPC budget.
Parametersโ
dataโ
string
Returnsโ
void