- From: jugglinmike <notifications@github.com>
- Date: Thu, 07 Dec 2017 17:00:43 +0000 (UTC)
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 7 December 2017 17:01:16 UTC
jugglinmike commented on this pull request. > + <p>The <a>remote end steps</a> are:</p> + <ol> + <li>Let |permissionDesc| be the result of <a>getting the property</a> + "`descriptor`" from the |parameters| argument.</li> + <li>If |permissionDesc| is not a JSON object, return <a>error</a> with + <a>error code</a> <a>invalid argument</a>.</li> + <li>Let |rootDesc| be the object |permissionDesc| refers to, <a>converted + to an IDL value</a> of type {{PermissionDescriptor}}. If this throws an + exception, return <a>error</a> with <a>error code</a> <a>invalid + argument</a>.</li> + <li>Let |typedDescriptor| be the object |permissionDesc| refers to, + <a>converted to an IDL value</a> of + <code>|rootDesc|.{{PermissionDescriptor/name}}</code>'s <a>permission + descriptor type</a>. If this throws an exception, return <a>error</a> + with <a>error code</a> <a>invalid argument</a>.</li> + <li>Let |settings| be the <a>current settings object</a>.</li> Ah, you're right! -- 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/permissions/pull/151#discussion_r155580718
Received on Thursday, 7 December 2017 17:01:16 UTC