Skip to content

Commit

Permalink
Make length parameter nullable in deriveBits WebIDL
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss authored and sideshowbarker committed Apr 25, 2023
1 parent 97497c9 commit a9bc634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ <h2>SubtleCrypto interface</h2>
sequence&lt;KeyUsage> keyUsages );
Promise&lt;ArrayBuffer> deriveBits(AlgorithmIdentifier algorithm,
CryptoKey baseKey,
unsigned long length);
unsigned long? length);

Promise&lt;CryptoKey> importKey(KeyFormat format,
(BufferSource or JsonWebKey) keyData,
Expand Down

0 comments on commit a9bc634

Please sign in to comment.