Re: doNotTrack attribute in API

On Tuesday, 14 January 2014 at 19:21, Adrian Bateman wrote:

> Actually, I believe this was deliberately being moved to the window object to make it possible to tell what value was set for a particular resource. In IE11, we implemented this according to the discussions in the group. I think anything on navigator is left over from before.

Oh oh :( The other browsers have it on navigator. We really shouldn't be adding stuff to the window object as it's more or less equivalent to putting stuff into the global scope (also, it's not really related to the "window", it's a global setting of the "navigator"). 
 
-- 
Marcos Caceres

Received on Tuesday, 14 January 2014 19:25:23 UTC