issues
search
arantes555
/
electron-fetch
A light-weight module that brings window.fetch to the background process of Electron
Other
133
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Does not Work Correctly
#52
harshagarwal-mono
opened
7 months ago
1
[solved] Get request headers before fetch?
#51
gallak-openfin
closed
1 year ago
3
How to implement keepalive?
#50
alexstyl
closed
2 years ago
1
Basic auth-scheme issue
#49
taras-dubyk
opened
2 years ago
1
FetchError typings: special case for 'system'
#48
mwhitworth
closed
2 years ago
3
Catch the invalid headers error
#47
kaizjen
closed
2 years ago
8
Throws instead of rejecting the promise if a sent header value is invalid
#46
kaizjen
closed
2 years ago
1
Fix FetchError Types
#45
jesseditson
closed
2 years ago
2
onLogin handler for providing proxy credentials to net request
#44
ttrepka
closed
2 years ago
6
Consider using undici?
#43
ronag
closed
2 years ago
1
github actions
#42
arantes555
closed
3 years ago
1
update dependencies + node version in tests
#41
arantes555
closed
3 years ago
1
`blob.type` is empty for certain image urls
#40
searene
closed
3 years ago
7
Type Defintions for `fetch` should take `RequestInfo` isntead of `string`
#39
narthollis
closed
3 years ago
0
fetch type defintion should accept RequestInfo
#38
narthollis
closed
3 years ago
3
Named pipe support on Windows?
#37
gbraad
closed
3 years ago
6
TypeScript & esbuild try to resolve 'electron' even not in electron
#36
RoyTimes
closed
3 years ago
4
Add check to not silently ignore the agent option if useElectronNet is enabled
#35
sliminas
opened
3 years ago
1
Agent option silently ignored when useElectronNet is enabled
#34
sliminas
opened
3 years ago
1
can not read header content-type if useElectronNet is true
#33
btargac
closed
3 years ago
11
Renderer doesnt have electron.app
#32
hugomrdias
closed
3 years ago
6
cancel request when abort / timeout / error + proper tests for abortion
#31
arantes555
closed
3 years ago
1
fix: abort request when abort signal received
#30
achingbrain
closed
3 years ago
7
checkInvalidHeaderChar throws if header contains emoji
#29
ilias-t
closed
2 years ago
5
Redirect is not working in electron fetch
#28
jkpadmanapan
opened
4 years ago
7
v1.7.0 made "signal" option required in TS declaration file - please make it optional
#27
welljsjs
closed
4 years ago
1
Use Electron's session cookies
#26
taratatach
closed
4 years ago
7
implement opts.signal/AbortController support
#25
Informatic
closed
4 years ago
13
Force first write with chunked stream body
#24
taratatach
closed
4 years ago
8
support AbortSignal which `node-fetch` supported!
#23
icai
closed
4 years ago
2
when using fetch in renderer process then it is giving me errors
#22
jordanhimanshu
closed
4 years ago
5
implement useSessionCookies flag
#21
arantes555
closed
4 years ago
1
Bump acorn from 7.1.0 to 7.1.1
#20
dependabot[bot]
closed
4 years ago
3
Bump codecov from 3.6.1 to 3.6.5
#19
dependabot[bot]
closed
4 years ago
2
Is there a way to send client-certificates with a request?
#18
jonescj
opened
4 years ago
2
Not working with electron 7.x
#17
vbourgeois
closed
5 years ago
5
Overriding Origin header in defaultSession causes Electron to crash
#16
timfish
closed
5 years ago
4
is there a way to use the same connection object while fetching multiple files from the same host ?
#15
btargac
closed
5 years ago
1
body value is "[object Object]"
#14
Nathan961207
closed
5 years ago
15
Allow accept self-certificate
#13
abertranb
closed
5 years ago
4
update dependencies + now target node 6
#12
arantes555
closed
6 years ago
1
Typescript: make RequestInit.body optional
#11
Anrock
closed
6 years ago
1
Added `options.onLogin` handler for advanced proxy-authentication
#10
scottrippey
closed
2 years ago
4
Better support for proxy authentication
#9
scottrippey
closed
2 years ago
6
Export `fetch` as default in TypeScript
#8
scottrippey
closed
6 years ago
8
commonjs module exports
#7
BurningEnlightenment
closed
6 years ago
3
Typescript typings are not accurate
#6
MacroChip
closed
6 years ago
3
Does not work in render thread
#5
MacroChip
closed
6 years ago
7
Add typings for the commonjs module
#4
BurningEnlightenment
closed
6 years ago
6
Is there any way to send cookies without using `request.setHeader` ?
#3
reallyimeric
closed
4 years ago
6
Next