LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format

This commit is contained in:
Andrew Kaster 2024-03-13 21:19:57 -06:00 committed by Andrew Kaster
commit 1521a60a67
Notes: sideshowbarker 2024-07-17 10:16:43 +09:00
13 changed files with 367 additions and 6 deletions

View file

@ -38,6 +38,7 @@ static bool is_platform_object(Type const& type)
"CanvasGradient"sv,
"CanvasPattern"sv,
"CanvasRenderingContext2D"sv,
"CryptoKey"sv,
"Document"sv,
"DocumentType"sv,
"EventTarget"sv,