Commit 699a9f6
Fix return value of Crypto#getRandomValues()
It should return the same array passed to it [1].
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues#Return_value
Change-Id: I4d7095d762bc50f4d5170d61aad8440634bbe91e1 parent fe22c64 commit 699a9f6
File tree
3 files changed
+12
-6
lines changed- src/tabris
- test/tabris
- typings/global
3 files changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
133 | 140 | | |
134 | 141 | | |
135 | 142 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
6 | 2 | | |
| 3 | + | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
| 7 | + | |
0 commit comments