Re: [permissions] Have an instance of Permissions on Navigator and WorkerNavigator. (#18)

> @@ -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'>
> +        <dt>
> +          readonly attribute Permissions permissions;
> +        </dt>
> +      </dl>
> +      <dl class='idl' title=

oh, it's WorkerNavigator! d'uh. 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/18/files#r27161948

Received on Wednesday, 25 March 2015 20:24:53 UTC