Skip to content

Commit 7090bd0

Browse files
Revert "Make length parameter nullable in deriveBits WebIDL"
This reverts commit a9bc634.
1 parent a9bc634 commit 7090bd0

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)