mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
getRandomValues uses ArrayBufferView now
This commit is contained in:
parent
4e26212d5e
commit
723e03ef01
2 changed files with 12 additions and 19 deletions
|
@ -18,7 +18,6 @@ WorkerGlobalScope implements GlobalCrypto;
|
|||
[Exposed=(Window,Worker)]
|
||||
interface Crypto {
|
||||
//readonly attribute SubtleCrypto subtle;
|
||||
//ArrayBufferView getRandomValues(ArrayBufferView array);
|
||||
[Throws]
|
||||
ArrayBufferView getRandomValues(object array);
|
||||
ArrayBufferView getRandomValues(ArrayBufferView array);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue