- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Fri, 14 Apr 2017 07:45:08 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2017 14:45:40 UTC
kenchris commented on this pull request. > + <ol> + <li>Let <var>type</var> be the result of calling the + <a>[[\GetOwnProperty]]</a> internal method of <var>potential + fingerprint</var> passing "<code>type</code>" as an argument. + </li> + <li>If Type(<var>type</var>) is not "string", then <a>issue a + developer warning</a> that the type is unsupported, and move on + to the next item in <var>unprocessed fingerprints</var> (if any + are left). + </li> + <li>Let <var>value</var> be the result of calling the + <a>[[\GetOwnProperty]]</a> internal method of <var>potential + fingerprint</var> passing "<code>value</code>" as an argument. + </li> + <li>If Type(<var>value</var>) is not "string", then <a>issue a + developer warning</a> that the type is unsupported, and move on Here we use unsupported instead of 'not supported' -- 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/manifest/pull/566#pullrequestreview-32839619
Received on Friday, 14 April 2017 14:45:40 UTC