Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProgressEvent has no "detail" properties #414

Closed
pixide opened this issue May 16, 2023 · 1 comment
Closed

ProgressEvent has no "detail" properties #414

pixide opened this issue May 16, 2023 · 1 comment

Comments

@pixide
Copy link

pixide commented May 16, 2023

Using HttpReader with the useXHR options set to true, when the connection is lost, I get the error: "Cannot read properties of undefined (reading 'error')"

request.addEventListener("error", event => reject(event.detail.error), false);

@gildas-lormeau
Copy link
Owner

Thank you for the report. It should be fixed in the version 2.7.14 I've just published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants