eligrey / Blob.js

An HTML5 Blob implementation
Other
1.15k stars 605 forks source link

Saving text with base64 #21

Closed wxd237 closed 10 years ago

wxd237 commented 10 years ago
Saving text that encode by base64.i call the function like that:
 var blob = new Blob(["aGVsbG8gd29ybGQh"], {type: "text/plain;charset=utf-8"},"base64");
eligrey commented 10 years ago

You did not read the interface description.