[Webkit-unassigned] [Bug 71802] worker do not work from dataURI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 12:33:22 PST 2011


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





--- Comment #4 from bugzilla33 <bugzilla33 at gmail.com>  2011-11-08 12:33:21 PST ---
You can use:

blob = new BlobBuilder()
&
URL.createObjectURL(blob)


but dataURI is simpler and faster to write.

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