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
To be the spec compatible, implementation should provide Event object on open and error event. Now it doesn't pass anything so that chaining is broken in my case. https://github.com/flowersinthesand/portal/blob/9e5b28317a7fcbd5e527480842310b2425ca9c25/portal.js#L1494-L1510
See http://www.w3.org/TR/DOM-Level-3-Events/#interface-Event http://www.w3.org/TR/eventsource/#the-eventsource-interface
The text was updated successfully, but these errors were encountered:
Feel free to send a pull request with a fix.
Sorry, something went wrong.
e4ae6b4
MessageEvent is always of type message. Attibution, closes #30, #31.
be11701
No branches or pull requests
To be the spec compatible, implementation should provide Event object on open and error event. Now it doesn't pass anything so that chaining is broken in my case.
https://github.com/flowersinthesand/portal/blob/9e5b28317a7fcbd5e527480842310b2425ca9c25/portal.js#L1494-L1510
See
http://www.w3.org/TR/DOM-Level-3-Events/#interface-Event
http://www.w3.org/TR/eventsource/#the-eventsource-interface
The text was updated successfully, but these errors were encountered: