[whatwg] Using Web Workers without external files

Tab Atkins Jr. jackalmage at gmail.com
Wed Sep 23 14:51:52 PDT 2009


On Wed, Sep 23, 2009 at 4:40 PM, Jonas Sicking <jonas at sicking.cc> wrote:
> I think making data: urls is an ok solution,

At the moment, data: urls don't seem to be usable with Workers due to
same-origin restrictions; canvas methods get to special-case data: to
not be treated as different-origin (and thus dirty themselves), but
there doesn't appear to be a similar relaxation of the origin rules
for data: urls in script.

~TJ



More information about the whatwg mailing list