Skip to content

local storage: fixes test transformation from data-uri to blob

Douglas requested to merge Camata/jio:fix_localstorage_datauri_to_blob into master

@romain and @klaus, please review.

Webkit has issues when trying to load data-uri based images with XMLHTTPRequest. This is changed for the sake of compatibility with all browsers.

Merge request reports