-
Notifications
You must be signed in to change notification settings - Fork 296
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
EventSource Polyfill #11
Comments
Yep, happy to do this. I didn't realise even new IE didn't support EventSource! As this is mostly a dev tool, I think I'll just pull in a polyfill |
Will take a PR, or add something myself soonish. |
Released as |
Had a few reports of issues with this, so have deprecated I'd like to bring this back in, but need to iron out the kinks
|
Not picking a particular polyfill to depend on would save a bunch of hassle in the long run (their bugs become your bugs... and IE-only ones at that 😄). Documenting the need for one also provides a chance to point out potential bundling gotchas, and again those won't be your bugs, but the user's. |
Added a troubleshooting guide that mentions this, and made sure querystring parameters are accepted. Let me know if you think more is needed. |
querystring changes released in |
Could you include an
EventSource
polyfill for IE by default, or recommend one and document how to configure it?I just got one working, but I had to modify
middleware.js
:Then because the polyfill in question tacks on some query parameters:
The text was updated successfully, but these errors were encountered: