happy-opfs
    Preparing search index...

    Interface AppendOptions

    Options for appending to files.

    interface AppendOptions {
        create?: boolean;
    }
    Index

    Properties

    Properties

    create?: boolean

    Whether to create the file if it does not exist.

    true