Re: [w3c/IndexedDB] Replace abrupt completion asserts/returns with !? shortcuts from ES spec (#100)

As more context, the "Extract a key from a value" and "Inject a key into a value" algorithms operate on clones, so are side-effect-free. (And necessarily so as some implementations may do operations asynchronously, computing index keys off thread, or deferring key injection until a value is retrieved, etc.)

-- 
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/100#issuecomment-255191701

Received on Thursday, 20 October 2016 18:41:12 UTC