Re: [w3c/IndexedDB] Fixes for 'steps for storing' (#146)

It all looks go to me, with the exception that I'm unclear on the following...

It seems to me that `3. If |hop| is false, return true.` should instead be:

```
>3. If |hop| is false, run these substeps
>    1. Let o be a new Object created as if by the expression ({}).
>    2. Let status be CreateDataProperty(value, identifier, o).
>    3. Assert: status is true.
```

...because the whole algorithm ought to continue on to keep checking the remaining identifiers. However, I guess you will need to add a step to make a clone of this clone if the checking could have inadvertent side effects.

-- 
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/146#issuecomment-279571108

Received on Tuesday, 14 February 2017 00:43:45 UTC