- From: Joshua Bell <notifications@github.com>
- Date: Fri, 21 Apr 2017 11:09:05 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 April 2017 18:09:38 UTC
We can apply `[NewObject]` in the following cases: * Any method that returns an IDBRequest or IDBOpenDBRequest, e.g. `get()` etc * IDBDatabase `transaction()` * `createObjectStore()`, `createIndex()` * The statuc IDBKeyRange methods (`only()` etc) This allows implementations to make assertions, but doesn't alter the behavior. -- 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/issues/193
Received on Friday, 21 April 2017 18:09:38 UTC