Maximum number of bytes the writer will accept. Async writes (write(), writev()) that would exceed the limit reject with ERR_OUT_OF_RANGE. Sync writes (writeSync(), writevSync()) return false.
property limit | Node.js fs/promises module | Bun BuildDocsReferenceGuidesBlogDiscord/node:fs/promises/WriterOptions/limitPlimit BuildDocsReferenceGuidesBlogDiscord /node:fs/promises/WriterOptions/limitPlimit fs.promises.WriterOptions.limitlimit?: number
Search the reference...
/
property
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →property limit | Node.js fs/promises module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- Maximum number of bytes the writer will accept.
Async writes (`write()`, `writev()`) that would exceed the limit reject
with `ERR_OUT_OF_RANGE`. Sync writes (`writeSync()`, `writevSync()`)
return `false`.