...ring value and decodes it as Base64 then saves the binary result in the Blob.
Supporting this additional encoding method means that data expressed as Base64 in Javascript can be converted to binary and then saved in the filesystem. Data URL's like Canvas can then be saved as images.
...ring value and decodes it as Base64 then saves the binary result in the Blob.
Supporting this additional encoding method means that data expressed as Base64 in Javascript can be converted to binary and then saved in the filesystem. Data URL's like Canvas can then be saved as images.