- From: Joshua Bell <notifications@github.com>
- Date: Thu, 20 Oct 2016 11:31:22 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Thursday, 20 October 2016 18:32:08 UTC
inexorabletash commented on this pull request.
> @@ -5679,39 +5674,34 @@ steps may throw an exception.
<dt>If IsArray(|input|)</dt>
<dd>
- 1. Let |len| be the ToLength(Get(|input|,
+ 1. Let |len| be [=!=] ToLength(Get(|input|,
Thanks re: needing ! for the Get.
This is in "if IsArray(input)" clause, i.e. we're dealing with an array exotic object. Is that sufficient?
--
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/IndexedDB/pull/100
Received on Thursday, 20 October 2016 18:32:08 UTC