[w3c/IndexedDB] Apply [NewObject] IDL extended attribute to relevant methods (#193)

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