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();
Returns
void
abort
Aborts all active asynchronous methods (including execution and warm up methods). For more info, see the guide on cancelling.
const upscaler = new Upscaler();
upscaler.abort();
void