Function: acceptUnusedPreloadArguments()
acceptUnusedPreloadArguments(...
args: readonlyunknown[]):number
Defined in: electron/preload/utils/preloadDomainFactory.ts:40
Accepts unused preload arguments.
Parameters
args
...readonly unknown[]
Returns
number
Remarks
Fallback APIs accept the same parameters as the real domain methods but
intentionally ignore them. This helper is used to satisfy strict lint rules
(unused vars, function scoping) without relying on the void operator.