summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl')
-rw-r--r--Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl b/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl
new file mode 100644
index 0000000000..e0e9d5489c
--- /dev/null
+++ b/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.idl
@@ -0,0 +1,3 @@
+[SecureContext,Exposed=(Window,Worker)]
+interface SubtleCrypto {
+};