enekesabel

Results 2 comments of enekesabel

I ran into a similar issue, but it's actually a mistake in the example. `ky.get` returns a `Promise`, calling `.json()` on a promise throws an error. The following would work:...

@mischnic We're also having this problem with v2.10.3, would it be possible to reopen this issue? We're also applying the patch linked above, it seems to resolve the issue.