[whatwg] Please always use utf-8 for Web Workers

On Fri, 25 Sep 2009 18:39:48 +0200, Drew Wilson <atwilson at google.com>  
wrote:
> Are you saying that if I load a script via a <script> tag in a web page,
> then load it via importScripts() in a worker, that the result of loading
> that script in those two cases should/could be different because of
> different decoding mechanisms?
> If that's what's being proposed, that seems bad.

That could happen already if the script loaded via <script> did not have  
an encoding set and got it from <script charset>.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Friday, 25 September 2009 10:08:58 UTC