abort
Aborts all active asynchronous methods (including upscaling and warm up methods). For more info, see the guide on cancelling.
Example
const upscaler = new Upscaler();
upscaler.abort();
Returns
void
Aborts all active asynchronous methods (including upscaling and warm up methods). For more info, see the guide on cancelling.
const upscaler = new Upscaler();
upscaler.abort();
void