Not a huge deal, but providing an HMAC key length is supposed to be optional. The API relies on the hash algorithm provided to determine the length of the key, but the length can be overridden. See expected usage here.
When I don't provide a length when trying to derive an HMAC key from an HKDF key, webcrypto-core throws with OperationError: length: Is not multiple of 8
Not a huge deal, but providing an HMAC key length is supposed to be optional. The API relies on the hash algorithm provided to determine the length of the key, but the length can be overridden. See expected usage here.
When I don't provide a length when trying to derive an HMAC key from an HKDF key,
webcrypto-core
throws withOperationError: length: Is not multiple of 8