OpenSheetMusicDisplay
    Preparing search index...

    Class MXLFile

    Index

    Constructors

    Properties

    unzipSuccessful: boolean = false

    Set after tryUnzip(). True if it could be unzipped successfully.

    xmlText: string
    zipFile: JSZip

    Methods

    • Try unzipping to see if this is a zip file. This is a separate method so that we don't need to unzip twice to check whether it's a zip file.

      Returns Promise<boolean>