Given const b = new BigInt64Array(10); crypto.getRandomValues(b); I would expect b to be filled with randomly generated 64-bit integers. However, instead I get TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object. Spec change is pending on https://github.com/w3c/webcrypto/issues/255. Tests are in https://github.com/web-platform-tests/wpt/pull/29565.
<rdar://problem/80362280>
Created attachment 433202 [details] Patch
Committed r279785 (239552@main): <https://commits.webkit.org/239552@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433202 [details].