File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 Simona Cotin
3
+ Copyright (c) 2019 Simona Cotin
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 26
26
This GraphiQL example depends on Promise and fetch, which are available in
27
27
modern browsers, but can be "polyfilled" for older browsers.
28
28
GraphiQL itself depends on React DOM.
29
- If you do not want to rely on a CDN, you can host these files locally or
30
- include them directly in your favored resource bunder .
29
+ If you do not want to rely on a CDN(content delivery network) , you can host these files locally or
30
+ include them directly in your favored resource bundler .
31
31
-->
32
32
< script src ="//cdn.jsdelivr.net/es6-promise/4.0.5/es6-promise.auto.min.js "> </ script >
33
33
< script src ="//cdn.jsdelivr.net/fetch/0.9.0/fetch.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments