Function: cancelLoadAll()
cancelLoadAll(): void
Removes all the ongoing image loads by calling the cancel
method on each
imageLoadObject. If no cancel
method is available, it will be ignored.
Returns
void
Defined in
packages/core/src/loaders/imageLoader.ts:591