- From: Joshua Bell <notifications@github.com>
- Date: Thu, 20 Oct 2016 10:20:31 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Thursday, 20 October 2016 17:21:06 UTC
Calling an abstract ECMAScript operation with ! prefix is equivalent to asserting it will never return an abrupt completion. Calling an abstract ECMAScript operation with ? prefix is equivalent to following the call with ReturnIfAbrupt(result). You can view, comment on, or merge this pull request online at: https://github.com/w3c/IndexedDB/pull/100 -- Commit Summary -- * Replace abrupt completion asserts/returns with !? shortcuts from ECMAScript spec -- File Changes -- M index.bs (79) M index.html (44) -- Patch Links -- https://github.com/w3c/IndexedDB/pull/100.patch https://github.com/w3c/IndexedDB/pull/100.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/100
Received on Thursday, 20 October 2016 17:21:06 UTC