Re: [w3c/IndexedDB] Implementation report (#213)

> Correct source used for get(), getKey() and openKeyCursor() on IDBIndex.
> Not testable?

This is testable; I do not see coverage for it. Behavior is not new here, it was just a spec copy/pasta. But we should still have a test!

> Use [SameObject] / [NewObject] in IDL where appropriate. (issue #193, issue #194)
> Not testable? Or interfaces.{html,idl,worker.js}?

The [SameObject] assertions should be testable. I see a couple cases covered but not all of them. Behavior here is not new, but we should still have tests!

I think that's it. I'll put a CL shortly with tests for these cases.


-- 
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/213#issuecomment-335938375

Received on Wednesday, 11 October 2017 20:31:36 UTC