Skip to content

Commit a9bc634

Browse files
twisssideshowbarker
authored andcommitted
Make length parameter nullable in deriveBits WebIDL
1 parent 97497c9 commit a9bc634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ <h2>SubtleCrypto interface</h2>
12571257
sequence&lt;KeyUsage> keyUsages );
12581258
Promise&lt;ArrayBuffer> deriveBits(AlgorithmIdentifier algorithm,
12591259
CryptoKey baseKey,
1260-
unsigned long length);
1260+
unsigned long? length);
12611261

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

0 commit comments

Comments
 (0)