This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
AesCtrParams.counter is defined as an ArrayBuffer, however the other byte parameters are defined as ArrayBufferView. I suggest making "counter" an ArrayBufferView for consistency.
Fixed in https://dvcs.w3.org/hg/webcrypto-api/rev/0551d57b7b6b
Can this be marked as fixed?
All such inputs now use the CryptoOperationData type, which is an ArrayBuffer or ArrayBufferView.