Skip to content

Commit 4f69e0b

Browse files
committed
Add todo
Signed-off-by: Richie Bendall <[email protected]>
1 parent 12c3d20 commit 4f69e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: When targeting Node.js 16, use `crypto.webcrypto.getRandomValues` to interop with the browser code and when targeting Node.js 18, only use the browser code
12
import {promisify} from 'node:util';
23
import crypto from 'node:crypto';
34
import {createStringGenerator, createAsyncStringGenerator} from './core.js';

0 commit comments

Comments
 (0)