Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
BSPR0002 authored Nov 9, 2023
1 parent 70b6cd9 commit f763c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: Web/API/FileSystemWritableFileStream/truncate

{{domxref("FileSystemWritableFileStream")}} 接口的 **`truncate()`** 方法用于将与流相关联的文件调整为指定字节大小。

如果指定的大小大于文件当前的大小,文件会被用空字节补充
如果指定的大小大于文件当前的大小,文件会被用 `0x00` 字节补充

调用 `truncate()` 方法同时也会更新文件的指针。如果偏移小于大小,指针会保留原位。如果偏移大于大小,偏移会被设为相应的大小。这是为了确保随后的写入操作不会发生错误。

Expand Down

0 comments on commit f763c16

Please sign in to comment.