[Bug 25198] Turn KeyFormat into an enum

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25198

--- Comment #1 from Ryan Sleevi <sleevi@google.com> ---
We had this, then removed it in
https://dvcs.w3.org/hg/webcrypto-api/rev/737e12c5ad33

See Bug 24415 - https://www.w3.org/Bugs/Public/show_bug.cgi?id=24415

The main issue at the time was the handling of synchronous exceptions during
WebIDL conversion. However, as Boris Z. pointed out on list, this has been
addressed by the ED of WebIDL (Specifically,
http://heycam.github.io/webidl/#es-operations
"And then, if an exception was thrown:
- If O has a return type that is a promise type, then:
  - Let reject be the initial value of %Promise%.reject.
  - Return the result of calling reject with %Promise% as the this object and
the exception as the single argument value."

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 28 March 2014 18:37:36 UTC