Skip to main content

abort

Aborts all active asynchronous methods (including execution and warm up methods). For more info, see the guide on cancelling.

Example

const upscaler = new Upscaler();
upscaler.abort();
Defined in upscaler.ts:215

Returns

void