This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use node-fetch in electron-renderer
`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 <lidel@lidel.org>
- Loading branch information