node_shims
node_shims copied to clipboard
Implemented seek and seekSync
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 .