You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
`fetch` needs to be polyfilled before importing ky-universal:
ky-universal won't use node-fetch because electron-renderer already has
global.fetch defined and we can't use the one from electron-renderer as
it returns different errors and makes HTTPS mocking impossible in tests
License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
0 commit comments