electron-fetch
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -7,2 +7,5 @@ | ||
## V1.7.1 | ||
- Fix type declaration of `signal` parameter | ||
## V1.7.0 | ||
@@ -9,0 +12,0 @@ - Add AbortController support (thanks @Informatic) |
@@ -92,3 +92,3 @@ import { Readable, Stream } from 'stream' | ||
body?: BodyInit | ||
signal: AbortSignal | ||
signal?: AbortSignal | ||
// (/!\ only works when running on Node.js) set to `manual` to extract redirect headers, `error` to reject redirect | ||
@@ -95,0 +95,0 @@ redirect?: RequestRedirect |
{ | ||
"name": "electron-fetch", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A light-weight module that brings window.fetch to electron's background process", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
111589