Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibWeb: Remove useless JS::ThrowCompletionOr return types in SubtleCrypto #3540

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

devgianlu
Copy link
Contributor

All SubtleCrypto methods except import_key do not require JS::ThrowCompletionOr as they return only rejected promises.

All `SubtleCrypto` methods except `import_key` do not require
`JS::ThrowCompletionOr` as they return only rejected promises.
@devgianlu
Copy link
Contributor Author

Test failure is unrelated (Discord)

@awesomekling awesomekling merged commit 718d338 into LadybirdBrowser:master Feb 11, 2025
6 of 7 checks passed
@devgianlu devgianlu deleted the minor-subtlecrypto branch February 12, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants