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
This is a really cool project! There is one thing I found that could be improved upon. I tried adding the following URL to a <style> tag.
<style>
https://npm-cdn.herokuapp.com/[email protected]/graphiql.css
And I got the following warning in my Chrome console:
Resource interpreted as Stylesheet but transferred with MIME type text/plain: "https://npm-cdn.herokuapp.com/[email protected]/graphiql.css".
It would be nice if it set the correct Content-type header similar to how Raw Git does
Content-type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a really cool project! There is one thing I found that could be improved upon. I tried adding the following URL to a
<style>
tag.And I got the following warning in my Chrome console:
It would be nice if it set the correct
Content-type
header similar to how Raw Git doesThe text was updated successfully, but these errors were encountered: