We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text for truncate() on a WritableFileStream doesn't match the non-normative text, such as the discussion of the cursor position.
The text was updated successfully, but these errors were encountered:
The text for truncate()
Are you talking about the algorithm? (https://fs.spec.whatwg.org/#:~:text=The%20truncate(size,Return%20result) If so, the same issue (of not updating the cursor) also applies to write()
write()
Sorry, something went wrong.
Yes. And as you note, there are a bunch of mentions of the cursor in the non-normative text, but 0 references to cursor in the normative text
Closing in factor of #77
No branches or pull requests
The text for truncate() on a WritableFileStream doesn't match the non-normative text, such as the discussion of the cursor position.
The text was updated successfully, but these errors were encountered: