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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 21:16:29 PDT 2013


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


popecode at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |popecode at gmail.com




--- Comment #4 from popecode at gmail.com  2013-09-23 21:15:31 PST ---
I wrote a frame buffer to handle image downloads from a worker thread.  For my application, this is necessary as the main thread is handling a video and an animation and performance is critical.   

To use the downloaded images in the browser, I first have to convert them via btoa().  Using firefox, I can perform this conversion before passing the data to the main thread.  Since chrome does not allow this, Firefox runs significantly faster than Chrome in my case.

-- 
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