Files
servo/components/script/dom/subtlecrypto
Eyüp Can Akman 1422d2a850 script: Add error messages in HMAC WebCrypto operations (#43560)
Replace all `Error::*(None)` instances in `hmac_operation.rs` with
descriptive error messages, covering sign, verify, generate_key,
import_key, and export_key operations.

Testing: Existing WPT tests cover all HMAC operations and check error
types, not message strings. No behavioral change.
Fixes: Part of #40756

---------

Signed-off-by: Eyüp Can Akman <eyupcanakman@gmail.com>
2026-03-23 13:29:17 +00:00
..