mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implement window.crypto.getRandomValues()
This commit is contained in:
parent
73b52c095a
commit
92874a89d2
14 changed files with 138 additions and 0 deletions
|
@ -107,3 +107,5 @@ skip: true
|
|||
skip: false
|
||||
[hr-time]
|
||||
skip: false
|
||||
[WebCryptoAPI]
|
||||
skip: false
|
||||
|
|
|
@ -15,6 +15,7 @@ var ecmaGlobals = [
|
|||
"ArrayBuffer",
|
||||
"Atomics",
|
||||
"Boolean",
|
||||
"Crypto",
|
||||
"DataView",
|
||||
"Date",
|
||||
"Error",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue