- From: Jungkee Song <notifications@github.com>
- Date: Wed, 14 Dec 2016 07:06:51 -0800
- To: w3c/manifest <manifest@noreply.github.com>
Received on Wednesday, 14 December 2016 15:07:30 UTC
jungkees commented on this pull request. > + <li>Let <var>value</var> be the result of calling the + <a>[[\GetOwnProperty]]</a> internal method of <var>registration</var> + passing " <code>use_cache</code>" as the argument. + </li> + <li>Let <var>type</var> be <a>Type</a>(<var>value</var>). + </li> + <li>If <var>type</var> is not "boolean", then: + <ol> + <li>If <var>type</var> is not "<code>undefined</code>", issue a + developer warning that the type is unsupported and + return <code>undefined</code>. + </li> + <li>Otherwise, return False</li> + </ol> + </li> + <li>Return <var>use_cache</var>. Shouldn't the return value be _value_.[[Value]] instead? -- 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/507#pullrequestreview-12925586
Received on Wednesday, 14 December 2016 15:07:30 UTC