mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format
This commit is contained in:
committed by
Andrew Kaster
parent
2599142214
commit
1521a60a67
Notes:
sideshowbarker
2024-07-17 10:16:43 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/1521a60a67 Pull-request: https://github.com/SerenityOS/serenity/pull/23579
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user