Const
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())
reason
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.
DOMException
AbortError
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
reasonargument ofAbortController#abort())