We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3a472 commit 4180231Copy full SHA for 4180231
.aegir.js
@@ -1,4 +1,4 @@
1
-'use strict'
+'use strict';
2
3
const EchoServer = require('aegir/utils/echo-server')
4
const { format } =require('iso-url')
src/types.d.ts
@@ -9,6 +9,9 @@ interface ProgressStatus {
9
export interface ProgressFn { (status: ProgressStatus): void }
10
11
export interface FetchOptions extends RequestInit {
12
+ /**
13
+ * Extended body with support for node readable stream
14
+ */
15
body?: BodyInit | null | NodeReadableStream
16
/**
17
* Amount of time until request should timeout in ms.
0 commit comments