You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/10/30 16:29:33 UTC

[GitHub] justinmclean commented on issue #60: Image not removed when src set to null

justinmclean commented on issue #60: Image not removed when src set to null
URL: https://github.com/apache/royale-asjs/issues/60#issuecomment-340501817
 
 
   Have a look about it seems that this works reasonably well (on the JS side).
   `image.src = "//:0";`
   
   (i.e. a request at the same protocol and url on port zero)
   
   I had 1/2 expected this to work:
   `image.src = "about:blank";`
   
   but it give a broken image symbol in Chrome.
   
   I have not tested on all browsers or on the AS side.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services