Re: Some additions to Web Workers

On Fri, 4 Mar 2011, Joćo Eiras wrote:
> 
> It seems Mozilla extended the interface WorkerUtils in their 
> implementation with the atob/btoa functions.

I've done the same in the spec now.


> I find them quite useful in that context, and would also encourage 
> adding escape, unescape, encodeURI, decodeURI, encodeURIComponent, 
> decodeURIComponent and many of the other global functions in the DOM 
> environment which don't have any specific bindings to the DOM itself or 
> manipulate documents, as that was a concern due to globals that are 
> internally used by the DOM in some browsers.

These should already be there as they are defined by ECMAScript itself.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 10 June 2011 22:16:17 UTC