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

IE11 not supporting string.includes #625

Closed
ft-lie opened this issue Dec 3, 2017 · 1 comment
Closed

IE11 not supporting string.includes #625

ft-lie opened this issue Dec 3, 2017 · 1 comment
Assignees

Comments

@ft-lie
Copy link

ft-lie commented Dec 3, 2017

Hi

Some of the demos does not work well on IE11, e.g.
https://d3plus.org/examples/d3plus-hierarchy/selecting-container/

it seems like the issue is String not supporting method 'includes'.

A workaround may be
https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window

or
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes

@davelandry
Copy link
Member

@ft-lie thanks for reporting. moved to d3plus/d3plus-dev#55 where it will be fixed

@davelandry davelandry self-assigned this Jan 15, 2018
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