happy-opfs
    Preparing search index...

    Interface CopyOptions

    Options for copy.

    interface CopyOptions {
        overwrite?: boolean;
    }
    Index

    Properties

    Properties

    overwrite?: boolean

    Whether to overwrite the destination file if it already exists.

    true