how to kill network listener of display.loadRemoteImage

Hey guys, I know there is a network.cancel( requestId ) command, but how to remove a listener that was originated in display.loadRemoteImage command?

I don’t think you can. You’ll just have to keep track of the fact you cancelled the request and use a flag in the callback to bypass execution.

1 Like

So, we’ve got a feature request then: a procedure to cancel display.loadRemoteImage listener :slight_smile: