- From: Marcos Caceres <notifications@github.com>
- Date: Wed, 25 Mar 2015 13:23:07 -0700
- To: w3c/permissions <permissions@noreply.github.com>
Received on Wednesday, 25 March 2015 20:23:37 UTC
> @@ -412,12 +412,31 @@ > </section> > <section> > <h2> > + Navigator and WorkerNavigator extension > + </h2> > + <p> > + A <a>Permissions</a> instance is exposed on the <code>navigator</code> > + object for <code>Window</code> and <code>Worker</code> contexts. > + </p> > + <dl class='idl' title='[Exposed=(Window)] partial interface Navigator'> sorry, why do you have two definitions for Exposed? Don't you just want one, with `[Expose=(Window,Worker)]`? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/18/files#r27161791
Received on Wednesday, 25 March 2015 20:23:37 UTC