I have a Webassembly Program, that generate a picture.
Now I want to create a HTML tag ”
that displays exactly this Picture from my cache.
My cache for example has a Picture
‘https://localhost:44347/RCOM/pic.png’
If I put in the URL I dont get a picture.
Obviously there isn’t such a picture on any server. It only exists in the cache
<img id="WMS_MOBILE.D_Login.InfoButton" class="" style="position: absolute;
height: 160px;
width: 160px;
left: 160px;
top: 640px;
background-color: #00000000;" src="https://localhost:44347/RCOM/pic.png">
Doesnt resolve the picture