Re: [w3c/push-api] Add [SecureContext] annotations to our interfaces (#284)

martinthomson approved this pull request.



> @@ -665,6 +665,7 @@
         [[!SERVICE-WORKERS]], which this specification extends.
       </p>
       <pre class="idl">
+        [SecureContext]

I'm really confused by the specification of this:

> Any extended attribute specified on a partial interface definition is considered to appear on the interface itself.

But then the text later says that the attributes only apply to the partial interface.  In this case, `ServiceWorkerRegistration` is annotated in the same way, so this is OK (it's not in the notifications API though).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/284#pullrequestreview-57641052

Received on Tuesday, 22 August 2017 00:13:35 UTC