We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0703318 commit d95ceeaCopy full SHA for d95ceea
documentation/tips.md
@@ -389,6 +389,8 @@ console.log(headers.Foo); //=> 'bar'
389
390
### Electron `net` module is not supported
391
392
+**Note:** Got v12 and later is an ESM package, but Electron does not yet support ESM. So you need to use Got v11.
393
+
394
Got doesn't support the `electron.net` module. It's missing crucial APIs that are available in Node.js.\
395
While Got used to support `electron.net`, it got very unstable and caused many errors.
396
0 commit comments