We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tested on IE11 and Edge. The origin property on received MessageEvent is undefined.
I think it's due to the use of eventsource.url (instead of eventsource.URL) when creating the MessageEvent.
To go even further I would maybe use window.location.origin instead of eventsource.URL as we may want the protocol://host part of the url instead?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested on IE11 and Edge.
The origin property on received MessageEvent is undefined.
I think it's due to the use of eventsource.url (instead of eventsource.URL) when creating the MessageEvent.
To go even further I would maybe use window.location.origin instead of eventsource.URL as we may want the protocol://host part of the url instead?
The text was updated successfully, but these errors were encountered: