| 19:06 | <Soni> | so uh what do I need to make this work https://github.com/creationix/js-git/issues/145 |
| 19:39 | <Soni> | seriously tho why's it giving me an empty response even with no-cors |
| 19:43 | <Soni> | how do I get this to work |
| 20:09 | <andreubotella> | I believe no-cors simply makes the browser reject any requests that aren't same-origin (aka for which you wouldn't need cors in the first place). |