Class: FileDownloadDomAttachmentError
Defined in: src/utils/downloads/browserFileDownload.ts:16
Thrown when the download anchor cannot be attached to the DOM.
Hierarchyโ
Extendsโ
Constructorsโ
Constructorโ
new FileDownloadDomAttachmentError(
message:string,options?:ErrorOptions):FileDownloadDomAttachmentError
Defined in: src/utils/downloads/browserFileDownload.ts:17
Parametersโ
messageโ
string
options?โ
ErrorOptions
Returnsโ
FileDownloadDomAttachmentError
Overridesโ
Error.constructor