mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibWeb: Add the CryptoKey interface
This commit is contained in:
parent
69ffdd5738
commit
a8ddf6c2a4
7 changed files with 104 additions and 0 deletions
|
@ -4,6 +4,8 @@ source_set("Crypto") {
|
|||
sources = [
|
||||
"Crypto.cpp",
|
||||
"Crypto.h",
|
||||
"CryptoKey.cpp",
|
||||
"CryptoKey.h",
|
||||
"SubtleCrypto.cpp",
|
||||
"SubtleCrypto.h",
|
||||
]
|
||||
|
|
|
@ -26,6 +26,7 @@ standard_idl_files = [
|
|||
"//Userland/Libraries/LibWeb/Animations/DocumentTimeline.idl",
|
||||
"//Userland/Libraries/LibWeb/Clipboard/Clipboard.idl",
|
||||
"//Userland/Libraries/LibWeb/Crypto/Crypto.idl",
|
||||
"//Userland/Libraries/LibWeb/Crypto/CryptoKey.idl",
|
||||
"//Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSConditionRule.idl",
|
||||
"//Userland/Libraries/LibWeb/CSS/CSSFontFaceRule.idl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue