summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Crypto/Crypto.idl
blob: 64941a4980bd0e40e76668612c7cba2ec0853b8b (plain)
1
2
3
4
5
6
7
[Exposed=(Window,Worker)]
interface Crypto {
  // TODO: [SecureContext] readonly attribute SubtleCrypto subtle;

  // FIXME: the argument and the return value should be of type ArrayBufferView
  any getRandomValues(any array);
};