-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
- Version: v14.10.1
- Platform: Linux edef72861714 4.14.152-127.182.amzn2.x86_64 deps: update openssl to 1.0.1j #1 SMP Thu Nov 14 17:32:43 UTC 2019 x86_64 GNU/Linux
What steps will reproduce the bug?
readSync(reader, buffer, 0, 12, BigInt(position))
How often does it reproduce? Is there a required condition?
Everytime.
What is the expected behavior?
It should read from the position in the file, and it will if you use Number(position)
on a BigInt position.
What do you see instead?
The call reads data into the buffer but it begins at position 0 in the file instead of at the position noted in the BigInt.
himself65
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.