Remove async function wrappers from SubtleCrypto methods while keeping
their public promise-returning behaviour.
Route method entry points through a shared helper that converts
synchronous validation errors into rejected promises. Let the internal
implementations return native job promises directly.
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: #63363
Backport-PR-URL: #63563
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
0 commit comments