This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23662 - InvalidAlgorithmError is unspecified
Summary: InvalidAlgorithmError is unspecified
Status: RESOLVED FIXED
Alias: None
Product: Web Cryptography
Classification: Unclassified
Component: Web Cryptography API Document (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ryan Sleevi
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 22:44 UTC by Alexey Proskuryakov
Modified: 2014-02-20 21:31 UTC (History)
1 user (show)

See Also:


Attachments

Description Alexey Proskuryakov 2013-10-28 22:44:05 UTC
Algorithm normalization rules say that one should raise InvalidAlgorithmError, but it doesn't appear to be defined anywhere.
Comment 1 Mark Watson 2014-02-20 21:31:06 UTC
Changeset 168615685036

Since all errors are now asynchronous, our current approach is to "terminate this algorithm with an error" which will cause the Promise to be rejected with null.