@zip.js/zip.js
    Preparing search index...

    Variable ERR_ABORTEDConst

    ERR_ABORTED: string

    Aborted operation error (thrown by FileEntry#getData, ZipWriter#add and ZipDirectoryEntry#exportFileSystemHandle when they are aborted via ZipReaderOptions#signal or ZipWriterAddDataOptions#signal on platforms which do not support the reason argument of AbortController#abort())

    The reason passed by the caller is discarded by these platforms and cannot be recovered, so a DOMException named AbortError carrying this message is thrown in its place.