Re: Some additions to Web Workers

2011-06-10 Thread Ian Hickson
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,

Re: Some additions to Web Workers

2011-03-04 Thread Anne van Kesteren
On Fri, 04 Mar 2011 01:47:35 +0100, João Eiras joao.ei...@gmail.com wrote: It seems Mozilla extended the interface WorkerUtils in their implementation with the atob/btoa functions. I find them quite useful in that context, and would also encourage adding escape, unescape, encodeURI,

Some additions to Web Workers

2011-03-03 Thread João Eiras
Hi. It seems Mozilla extended the interface WorkerUtils in their implementation with the atob/btoa functions. 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