Top "Data-uri" questions

A data URI is a URL whose scheme part is 'data:' and which directly represents a resource, rather than the location of a resource.

Rapidly updating image with Data URI causes caching, memory leak

I have a webpage that rapidly streams JSON from the server and displays bits of it, about 10 times/second. One …

javascript html memory-leaks html5-canvas data-uri
How can I convert image binary from API call to data URI in Javascript?

The Google API I'm using is transmitting images only as binary data. I have absolutly no idea how to put …

javascript google-api data-uri
Cross-browser Save As .txt

Is there a JavaScript library that allows to save strings as txt files, and works cross-browser? In the past, I …

javascript save-as execcommand data-uri
Use Data Uri as the href of an a tag

I am creating a single file HTML5 application that has all image resources embedded as a Data Uri. This application …

jquery html fancybox href data-uri
Content-Security-Policy (CSP): how to allow svg image in object

I am using the js plugin that adds inside itself SVG images. I have added CSP policy to my website, …

javascript svg configuration content-security-policy data-uri
Can you send images in data:uri format to GMail?

I'm making a web app in Django that sends user an image to their email. The way that seems most …

email gmail data-uri
How to detect Microsoft Chromium Edge (chredge , edgium) in Javascript

'Edge 75' will be (is?) the first Chromium Based Edge browser. How can I check if this browser is Edge …

microsoft-edge chromium browser-detection data-uri
css cursor using data-uri

I'm trying to use custom png cursor using data uri but the cursor doesn't change. I've tested on FF 17 which …

css cursor data-uri
How to convert a MultiPartFile (image) to a data URI?

On my site I am uploading an image and need to return the data URI of that image but I …

java multipart data-uri
Chrome - "Save As..." disabled in right click menu when using a "data" url

If you paste the following into the url bar in chrome and try to do right click-> save as... …

google-chrome right-click data-uri save-as