I have base64 string of an image. How can I convert this to Object URL? The purpose is to try and see if my svg-editor will be faster, by injecting Blob URL to the DOM inste
What happens if you want to show html in an iframe?
iframe.src = "data:text/html,"+encodeURIComponent( window.btoa(text) );