-
-
Notifications
You must be signed in to change notification settings - Fork 815
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
Question: browser support? #383
Comments
We don't currently aim this library for use on the client, but it's something more and more people are asking for! Is there an easy way we can test for browser compatibility automatically? |
I don't think browser support is a big priority right now, and there hasn't been any discussion here for a while; going to close it! |
Hi @stubailo, So is there any progress in the browser support? |
We require IE11 support – I am wondering specifically about the use of
String.startsWith
without a polyfill.What are the supported browsers for
graphql-tools
?If it's IE11+, we would be able to change the usage of
startsWith
.See https://github.com/apollographql/graphql-tools/blob/master/src/schemaGenerator.ts#L221
The text was updated successfully, but these errors were encountered: