[w3c/IndexedDB] Use [SameObject]/[NewObject] in IDL where appropriate (Fixes #193, #194) (#195)

Applies the [SameObject] IDL extended attribute to readonly attributes that always return the same instance, and the [NewObject] attribute to methods that always return new objects. These are described by algorithms already, but these annotations allow implementations and tests to verify the behavior.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/195

-- Commit Summary --

  * Use [SameObject]/[NewObject] in IDL where appropriate

-- File Changes --

    M index.bs (168)
    M index.html (335)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/195.patch
https://github.com/w3c/IndexedDB/pull/195.diff

-- 
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/195

Received on Friday, 21 April 2017 19:13:55 UTC