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

"Unable to get property 'bind' of undefined or null reference" on IE11 #875

Closed
scotje opened this issue Mar 29, 2019 · 4 comments
Closed

Comments

@scotje
Copy link

scotje commented Mar 29, 2019

Running into this on the demo site (http://rebilly.github.io/ReDoc/) as well as on our standalone/CDN installation:

SCRIPT5007: Unable to get property 'bind' of undefined or null reference
redoc-demo.bundle.js (47,45547)

It appears to be complaining about this line in the node-fetch-h2 NPM module:

https://github.com/MikeRalphson/node-fetch-h2/blob/master/browser.js#L19

@mramato
Copy link

mramato commented Apr 3, 2019

I ran into this today as well.

ReDoc also seems to require a Promise polyfill in IE11.

Is IE11 officially supported and is it documented anywhere any requirements for use?

@scotje
Copy link
Author

scotje commented Apr 5, 2019

I saw some previous tickets where IE11 issues were resolved and polyfills added, so it seems like the goal is to support it. :)

@FunksMaName
Copy link

Any direction or ideas on how this issue can be resolved? I am in an unfortunate situation in that my application's primary audience are bankers who have just moved on from Netscape Navigator to IE11

@RomanHotsiy
Copy link
Member

Will release a new ReDoc version tomorrow morning.

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

No branches or pull requests

4 participants