Async image load stops only when HttpClient changes current page. But it does not stop when FireScreen's current Component changes from a web page to a custom made Component.
Added a Browser.cancel() method that stops any ongoing rendering process and async image load. When switching to a custom made component you should call cancel() on the browser instance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Added a Browser.cancel() method that stops any ongoing rendering process and async image load. When switching to a custom made component you should call cancel() on the browser instance.
The operation is handled properly when the page changes and when needed programmatically via Browser.cancel. I am closing this ticket.