Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 651d0d9

Browse files
committed
chore: add link to upstream ky fix
1 parent 8819e6c commit 651d0d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/add/form-data.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ exports.toFormData = async input => {
4343
}
4444

4545
// TODO remove this when upstream fix for ky-universal is merged
46+
// https://github.com/sindresorhus/ky-universal/issues/9
4647
// also this should only be necessary when nodeIntegration is false in electron renderer
4748
if (isElectronRenderer) {
4849
exports.toFormData = require('./form-data.browser').toFormData

0 commit comments

Comments
 (0)