Interface FileSystemCreateWritableOptions

    interface FileSystemCreateWritableOptions {
        keepExistingData?: boolean;
    }

    Properties

    keepExistingData?: boolean