[Webkit-unassigned] [Bug 55663] Implement btoa and atob functions in Web Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 15:07:18 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55663





--- Comment #2 from Jon Leighton <j at jonathanleighton.com>  2011-03-03 15:07:18 PST ---
In a project I was working on I was downloading image data via XHR in a Web Worker and then encoding it into a data: URI. (I say 'was' because I have since stopped doing it in a worker, for separate reasons, but there you go...)

I could imagine you might have, for example, a web-based email client which might want to encode a multipart message before sending it, all the background in a worker.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list