1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:07:45 +00:00

LibWeb: Add the CryptoKey interface

This commit is contained in:
stelar7 2023-12-15 20:25:35 +01:00 committed by Andrew Kaster
parent 69ffdd5738
commit a8ddf6c2a4
7 changed files with 104 additions and 0 deletions

View file

@ -9,6 +9,7 @@ libweb_js_bindings(Animations/DocumentTimeline)
libweb_js_bindings(Animations/KeyframeEffect)
libweb_js_bindings(Clipboard/Clipboard)
libweb_js_bindings(Crypto/Crypto)
libweb_js_bindings(Crypto/CryptoKey)
libweb_js_bindings(Crypto/SubtleCrypto)
libweb_js_bindings(CSS/CSSConditionRule)
libweb_js_bindings(CSS/CSSFontFaceRule)