Skip to content

Commit f9d10a3

Browse files
panvasxa
authored andcommitted
crypto: remove async from WebCrypto methods
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 <[email protected]> PR-URL: #63363 Backport-PR-URL: #63563 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: René <[email protected]>
1 parent e431d93 commit f9d10a3

6 files changed

Lines changed: 374 additions & 160 deletions

File tree

0 commit comments

Comments
 (0)