We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b216a7d commit 0639628Copy full SHA for 0639628
src/main/scala/org/scalajs/dom/crypto/package.scala
@@ -15,7 +15,7 @@ package object crypto {
15
val subtle: dom.SubtleCrypto = js.native
16
17
/** Fills the passed TypedArray with cryptographically sound random values. */
18
- @JSGlobal("crypto.subtle")
+ @JSGlobal("crypto.getRandomValues")
19
@js.native
20
def getRandomValues(array: ArrayBufferView): ArrayBufferView = js.native
21
0 commit comments