Open AlexanderOMara opened 1 week ago
Since there's no way in Node to seek/tell the current position (when position is null), track the position internally and use that instead.
null
Solves https://github.com/denoland/node_shims/issues/142 .
All committers have signed the CLA.
Since there's no way in Node to seek/tell the current position (when position is
null
), track the position internally and use that instead.Solves https://github.com/denoland/node_shims/issues/142 .