Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 751 Bytes

WriteOptions.md

File metadata and controls

16 lines (10 loc) · 751 Bytes

happy-opfsDocs


happy-opfs / WriteOptions

Interface: WriteOptions

Options for writing files, including flags for creation and appending.

Properties

Property Type Default value Description Defined in
append? boolean false Whether to append to the file if it already exists. fs/defines.ts:43
create? boolean true Whether to create the file if it does not exist. fs/defines.ts:37