cdk-common 2.0.1202 → 2.0.1203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +2 -2
- package/lib/main.js +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +26 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +1 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +35 -28
- package/node_modules/@types/concat-stream/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +16 -16
- package/node_modules/@types/concat-stream/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/events.d.ts +1 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +16 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +28 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +7 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +7 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +3 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +63 -29
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +2 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +8 -7
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +21 -11
- package/node_modules/@types/concat-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline/promises.d.ts +0 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +13 -13
- package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +14 -16
- package/node_modules/@types/concat-stream/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +182 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +8 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +53 -15
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers/promises.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +2 -48
- package/node_modules/@types/concat-stream/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +9 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +52 -19
- package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +16 -295
- package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +29 -32
- package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +17 -10
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +34 -18
- package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +5 -7
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/agent.d.ts +7 -7
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/api.d.ts +24 -24
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/balanced-pool.d.ts +11 -11
- package/node_modules/@types/concat-stream/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/client.d.ts +12 -13
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/cookies.d.ts +2 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/diagnostics-channel.d.ts +10 -10
- package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +281 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/env-http-proxy-agent.d.ts +2 -2
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/errors.d.ts +69 -47
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/fetch.d.ts +17 -16
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/formdata.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/handlers.d.ts +7 -7
- package/node_modules/@types/concat-stream/node_modules/undici-types/header.d.ts +160 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/index.d.ts +75 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/interceptors.d.ts +34 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-agent.d.ts +33 -18
- package/node_modules/@types/concat-stream/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-client.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-errors.d.ts +3 -3
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-interceptor.d.ts +19 -19
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/mock-pool.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/package.json +1 -1
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/patch.d.ts +0 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/pool-stats.d.ts +8 -8
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/pool.d.ts +12 -12
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/proxy-agent.d.ts +4 -4
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/readable.d.ts +18 -15
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/retry-agent.d.ts +1 -1
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/retry-handler.d.ts +10 -10
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/util.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/webidl.d.ts +44 -6
- package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/websocket.d.ts +35 -1
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +26 -6
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +1 -2
- package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +15 -15
- package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +17 -17
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +35 -28
- package/node_modules/@types/form-data/node_modules/@types/node/dgram.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +16 -16
- package/node_modules/@types/form-data/node_modules/@types/node/domain.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +1 -2
- package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +16 -9
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +28 -19
- package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +7 -6
- package/node_modules/@types/form-data/node_modules/@types/node/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +7 -5
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +3 -7
- package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +63 -29
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +2 -5
- package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +8 -7
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +8 -8
- package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +21 -11
- package/node_modules/@types/form-data/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/querystring.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline/promises.d.ts +0 -1
- package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +13 -13
- package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +14 -16
- package/node_modules/@types/form-data/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +182 -2
- package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +8 -19
- package/node_modules/@types/form-data/node_modules/@types/node/string_decoder.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +53 -15
- package/node_modules/@types/form-data/node_modules/@types/node/timers/promises.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/timers.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +2 -48
- package/node_modules/@types/form-data/node_modules/@types/node/trace_events.d.ts +6 -6
- package/node_modules/@types/form-data/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +9 -5
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +52 -19
- package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +16 -295
- package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +29 -32
- package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +17 -10
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +34 -18
- package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +5 -7
- package/node_modules/@types/form-data/node_modules/undici-types/LICENSE +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/README.md +6 -0
- package/node_modules/@types/form-data/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/@types/form-data/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/@types/form-data/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/@types/form-data/node_modules/undici-types/client.d.ts +107 -0
- package/node_modules/@types/form-data/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/@types/form-data/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/cookies.d.ts +30 -0
- package/node_modules/@types/form-data/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +281 -0
- package/node_modules/@types/form-data/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/undici-types/errors.d.ts +171 -0
- package/node_modules/@types/form-data/node_modules/undici-types/eventsource.d.ts +61 -0
- package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +210 -0
- package/node_modules/@types/form-data/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/@types/form-data/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/@types/form-data/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +15 -0
- package/node_modules/@types/form-data/node_modules/undici-types/header.d.ts +160 -0
- package/node_modules/@types/form-data/node_modules/undici-types/index.d.ts +75 -0
- package/node_modules/@types/form-data/node_modules/undici-types/interceptors.d.ts +34 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-agent.d.ts +65 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/@types/form-data/node_modules/undici-types/package.json +55 -0
- package/node_modules/@types/form-data/node_modules/undici-types/patch.d.ts +29 -0
- package/node_modules/@types/form-data/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/@types/form-data/node_modules/undici-types/pool.d.ts +39 -0
- package/node_modules/@types/form-data/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/node_modules/@types/form-data/node_modules/undici-types/readable.d.ts +68 -0
- package/node_modules/@types/form-data/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/node_modules/@types/form-data/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/node_modules/@types/form-data/node_modules/undici-types/util.d.ts +18 -0
- package/node_modules/@types/form-data/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +266 -0
- package/node_modules/@types/form-data/node_modules/undici-types/websocket.d.ts +184 -0
- package/package.json +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/node_modules/@types/form-data/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/form-data/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/node_modules/undici-types/dispatcher.d.ts +0 -256
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
- package/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/undici-types/header.d.ts +0 -4
- package/node_modules/undici-types/index.d.ts +0 -71
- package/node_modules/undici-types/interceptors.d.ts +0 -17
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/LICENSE +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/README.md +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/cache.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/connector.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/content-type.d.ts +0 -0
- /package/node_modules/{undici-types → @types/concat-stream/node_modules/undici-types}/eventsource.d.ts +0 -0
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import Dispatcher from './dispatcher'
|
|
2
|
+
|
|
3
|
+
export default RetryHandler
|
|
4
|
+
|
|
5
|
+
declare class RetryHandler implements Dispatcher.DispatchHandler {
|
|
6
|
+
constructor (
|
|
7
|
+
options: Dispatcher.DispatchOptions & {
|
|
8
|
+
retryOptions?: RetryHandler.RetryOptions;
|
|
9
|
+
},
|
|
10
|
+
retryHandlers: RetryHandler.RetryHandlers
|
|
11
|
+
)
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare namespace RetryHandler {
|
|
15
|
+
export type RetryState = { counter: number; }
|
|
16
|
+
|
|
17
|
+
export type RetryContext = {
|
|
18
|
+
state: RetryState;
|
|
19
|
+
opts: Dispatcher.DispatchOptions & {
|
|
20
|
+
retryOptions?: RetryHandler.RetryOptions;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export type OnRetryCallback = (result?: Error | null) => void
|
|
25
|
+
|
|
26
|
+
export type RetryCallback = (
|
|
27
|
+
err: Error,
|
|
28
|
+
context: {
|
|
29
|
+
state: RetryState;
|
|
30
|
+
opts: Dispatcher.DispatchOptions & {
|
|
31
|
+
retryOptions?: RetryHandler.RetryOptions;
|
|
32
|
+
};
|
|
33
|
+
},
|
|
34
|
+
callback: OnRetryCallback
|
|
35
|
+
) => void
|
|
36
|
+
|
|
37
|
+
export interface RetryOptions {
|
|
38
|
+
/**
|
|
39
|
+
* Callback to be invoked on every retry iteration.
|
|
40
|
+
* It receives the error, current state of the retry object and the options object
|
|
41
|
+
* passed when instantiating the retry handler.
|
|
42
|
+
*
|
|
43
|
+
* @type {RetryCallback}
|
|
44
|
+
* @memberof RetryOptions
|
|
45
|
+
*/
|
|
46
|
+
retry?: RetryCallback;
|
|
47
|
+
/**
|
|
48
|
+
* Maximum number of retries to allow.
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof RetryOptions
|
|
52
|
+
* @default 5
|
|
53
|
+
*/
|
|
54
|
+
maxRetries?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Max number of milliseconds allow between retries
|
|
57
|
+
*
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof RetryOptions
|
|
60
|
+
* @default 30000
|
|
61
|
+
*/
|
|
62
|
+
maxTimeout?: number;
|
|
63
|
+
/**
|
|
64
|
+
* Initial number of milliseconds to wait before retrying for the first time.
|
|
65
|
+
*
|
|
66
|
+
* @type {number}
|
|
67
|
+
* @memberof RetryOptions
|
|
68
|
+
* @default 500
|
|
69
|
+
*/
|
|
70
|
+
minTimeout?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Factior to multiply the timeout factor between retries.
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof RetryOptions
|
|
76
|
+
* @default 2
|
|
77
|
+
*/
|
|
78
|
+
timeoutFactor?: number;
|
|
79
|
+
/**
|
|
80
|
+
* It enables to automatically infer timeout between retries based on the `Retry-After` header.
|
|
81
|
+
*
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof RetryOptions
|
|
84
|
+
* @default true
|
|
85
|
+
*/
|
|
86
|
+
retryAfter?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* HTTP methods to retry.
|
|
89
|
+
*
|
|
90
|
+
* @type {Dispatcher.HttpMethod[]}
|
|
91
|
+
* @memberof RetryOptions
|
|
92
|
+
* @default ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'],
|
|
93
|
+
*/
|
|
94
|
+
methods?: Dispatcher.HttpMethod[];
|
|
95
|
+
/**
|
|
96
|
+
* Error codes to be retried. e.g. `ECONNRESET`, `ENOTFOUND`, `ETIMEDOUT`, `ECONNREFUSED`, etc.
|
|
97
|
+
*
|
|
98
|
+
* @type {string[]}
|
|
99
|
+
* @default ['ECONNRESET','ECONNREFUSED','ENOTFOUND','ENETDOWN','ENETUNREACH','EHOSTDOWN','EHOSTUNREACH','EPIPE']
|
|
100
|
+
*/
|
|
101
|
+
errorCodes?: string[];
|
|
102
|
+
/**
|
|
103
|
+
* HTTP status codes to be retried.
|
|
104
|
+
*
|
|
105
|
+
* @type {number[]}
|
|
106
|
+
* @memberof RetryOptions
|
|
107
|
+
* @default [500, 502, 503, 504, 429],
|
|
108
|
+
*/
|
|
109
|
+
statusCodes?: number[];
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface RetryHandlers {
|
|
113
|
+
dispatch: Dispatcher['dispatch'];
|
|
114
|
+
handler: Dispatcher.DispatchHandler;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export namespace util {
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves a header name and returns its lowercase value.
|
|
4
|
+
* @param value Header name
|
|
5
|
+
*/
|
|
6
|
+
export function headerNameToString (value: string | Buffer): string
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Receives a header object and returns the parsed value.
|
|
10
|
+
* @param headers Header object
|
|
11
|
+
* @param obj Object to specify a proxy object. Used to assign parsed values.
|
|
12
|
+
* @returns If `obj` is specified, it is equivalent to `obj`.
|
|
13
|
+
*/
|
|
14
|
+
export function parseHeaders (
|
|
15
|
+
headers: (Buffer | string | (Buffer | string)[])[],
|
|
16
|
+
obj?: Record<string, string | string[]>
|
|
17
|
+
): Record<string, string | string[]>
|
|
18
|
+
}
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
// These types are not exported, and are only used internally
|
|
2
|
+
import * as undici from './index'
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Take in an unknown value and return one that is of type T
|
|
6
|
+
*/
|
|
7
|
+
type Converter<T> = (object: unknown) => T
|
|
8
|
+
|
|
9
|
+
type SequenceConverter<T> = (object: unknown, iterable?: IterableIterator<T>) => T[]
|
|
10
|
+
|
|
11
|
+
type RecordConverter<K extends string, V> = (object: unknown) => Record<K, V>
|
|
12
|
+
|
|
13
|
+
interface ConvertToIntOpts {
|
|
14
|
+
clamp?: boolean
|
|
15
|
+
enforceRange?: boolean
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
interface WebidlErrors {
|
|
19
|
+
exception (opts: { header: string, message: string }): TypeError
|
|
20
|
+
/**
|
|
21
|
+
* @description Throw an error when conversion from one type to another has failed
|
|
22
|
+
*/
|
|
23
|
+
conversionFailed (opts: {
|
|
24
|
+
prefix: string
|
|
25
|
+
argument: string
|
|
26
|
+
types: string[]
|
|
27
|
+
}): TypeError
|
|
28
|
+
/**
|
|
29
|
+
* @description Throw an error when an invalid argument is provided
|
|
30
|
+
*/
|
|
31
|
+
invalidArgument (opts: {
|
|
32
|
+
prefix: string
|
|
33
|
+
value: string
|
|
34
|
+
type: string
|
|
35
|
+
}): TypeError
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
interface WebIDLTypes {
|
|
39
|
+
UNDEFINED: 1,
|
|
40
|
+
BOOLEAN: 2,
|
|
41
|
+
STRING: 3,
|
|
42
|
+
SYMBOL: 4,
|
|
43
|
+
NUMBER: 5,
|
|
44
|
+
BIGINT: 6,
|
|
45
|
+
NULL: 7
|
|
46
|
+
OBJECT: 8
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
interface WebidlUtil {
|
|
50
|
+
/**
|
|
51
|
+
* @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
|
|
52
|
+
*/
|
|
53
|
+
Type (object: unknown): WebIDLTypes[keyof WebIDLTypes]
|
|
54
|
+
|
|
55
|
+
TypeValueToString (o: unknown):
|
|
56
|
+
| 'Undefined'
|
|
57
|
+
| 'Boolean'
|
|
58
|
+
| 'String'
|
|
59
|
+
| 'Symbol'
|
|
60
|
+
| 'Number'
|
|
61
|
+
| 'BigInt'
|
|
62
|
+
| 'Null'
|
|
63
|
+
| 'Object'
|
|
64
|
+
|
|
65
|
+
Types: WebIDLTypes
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
|
69
|
+
*/
|
|
70
|
+
ConvertToInt (
|
|
71
|
+
V: unknown,
|
|
72
|
+
bitLength: number,
|
|
73
|
+
signedness: 'signed' | 'unsigned',
|
|
74
|
+
opts?: ConvertToIntOpts
|
|
75
|
+
): number
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
|
|
79
|
+
*/
|
|
80
|
+
IntegerPart (N: number): number
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Stringifies {@param V}
|
|
84
|
+
*/
|
|
85
|
+
Stringify (V: any): string
|
|
86
|
+
|
|
87
|
+
MakeTypeAssertion <I>(I: I): (arg: any) => arg is I
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Mark a value as uncloneable for Node.js.
|
|
91
|
+
* This is only effective in some newer Node.js versions.
|
|
92
|
+
*/
|
|
93
|
+
markAsUncloneable (V: any): void
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
interface WebidlConverters {
|
|
97
|
+
/**
|
|
98
|
+
* @see https://webidl.spec.whatwg.org/#es-DOMString
|
|
99
|
+
*/
|
|
100
|
+
DOMString (V: unknown, prefix: string, argument: string, opts?: {
|
|
101
|
+
legacyNullToEmptyString: boolean
|
|
102
|
+
}): string
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @see https://webidl.spec.whatwg.org/#es-ByteString
|
|
106
|
+
*/
|
|
107
|
+
ByteString (V: unknown, prefix: string, argument: string): string
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @see https://webidl.spec.whatwg.org/#es-USVString
|
|
111
|
+
*/
|
|
112
|
+
USVString (V: unknown): string
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @see https://webidl.spec.whatwg.org/#es-boolean
|
|
116
|
+
*/
|
|
117
|
+
boolean (V: unknown): boolean
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @see https://webidl.spec.whatwg.org/#es-any
|
|
121
|
+
*/
|
|
122
|
+
any <Value>(V: Value): Value
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @see https://webidl.spec.whatwg.org/#es-long-long
|
|
126
|
+
*/
|
|
127
|
+
['long long'] (V: unknown): number
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long-long
|
|
131
|
+
*/
|
|
132
|
+
['unsigned long long'] (V: unknown): number
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-long
|
|
136
|
+
*/
|
|
137
|
+
['unsigned long'] (V: unknown): number
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @see https://webidl.spec.whatwg.org/#es-unsigned-short
|
|
141
|
+
*/
|
|
142
|
+
['unsigned short'] (V: unknown, opts?: ConvertToIntOpts): number
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer
|
|
146
|
+
*/
|
|
147
|
+
ArrayBuffer (V: unknown): ArrayBufferLike
|
|
148
|
+
ArrayBuffer (V: unknown, opts: { allowShared: false }): ArrayBuffer
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
|
152
|
+
*/
|
|
153
|
+
TypedArray (
|
|
154
|
+
V: unknown,
|
|
155
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike
|
|
156
|
+
): NodeJS.TypedArray | ArrayBufferLike
|
|
157
|
+
TypedArray (
|
|
158
|
+
V: unknown,
|
|
159
|
+
TypedArray: NodeJS.TypedArray | ArrayBufferLike,
|
|
160
|
+
opts?: { allowShared: false }
|
|
161
|
+
): NodeJS.TypedArray | ArrayBuffer
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @see https://webidl.spec.whatwg.org/#es-buffer-source-types
|
|
165
|
+
*/
|
|
166
|
+
DataView (V: unknown, opts?: { allowShared: boolean }): DataView
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @see https://webidl.spec.whatwg.org/#BufferSource
|
|
170
|
+
*/
|
|
171
|
+
BufferSource (
|
|
172
|
+
V: unknown,
|
|
173
|
+
opts?: { allowShared: boolean }
|
|
174
|
+
): NodeJS.TypedArray | ArrayBufferLike | DataView
|
|
175
|
+
|
|
176
|
+
['sequence<ByteString>']: SequenceConverter<string>
|
|
177
|
+
|
|
178
|
+
['sequence<sequence<ByteString>>']: SequenceConverter<string[]>
|
|
179
|
+
|
|
180
|
+
['record<ByteString, ByteString>']: RecordConverter<string, string>
|
|
181
|
+
|
|
182
|
+
[Key: string]: (...args: any[]) => unknown
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
type IsAssertion<T> = (arg: any) => arg is T
|
|
186
|
+
|
|
187
|
+
interface WebidlIs {
|
|
188
|
+
Request: IsAssertion<undici.Request>
|
|
189
|
+
Response: IsAssertion<undici.Response>
|
|
190
|
+
ReadableStream: IsAssertion<ReadableStream>
|
|
191
|
+
Blob: IsAssertion<Blob>
|
|
192
|
+
URLSearchParams: IsAssertion<URLSearchParams>
|
|
193
|
+
File: IsAssertion<File>
|
|
194
|
+
FormData: IsAssertion<undici.FormData>
|
|
195
|
+
URL: IsAssertion<URL>
|
|
196
|
+
WebSocketError: IsAssertion<undici.WebSocketError>
|
|
197
|
+
AbortSignal: IsAssertion<AbortSignal>
|
|
198
|
+
MessagePort: IsAssertion<MessagePort>
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface Webidl {
|
|
202
|
+
errors: WebidlErrors
|
|
203
|
+
util: WebidlUtil
|
|
204
|
+
converters: WebidlConverters
|
|
205
|
+
is: WebidlIs
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @description Performs a brand-check on {@param V} to ensure it is a
|
|
209
|
+
* {@param cls} object.
|
|
210
|
+
*/
|
|
211
|
+
brandCheck <Interface extends new () => unknown>(V: unknown, cls: Interface): asserts V is Interface
|
|
212
|
+
|
|
213
|
+
brandCheckMultiple <Interfaces extends (new () => unknown)[]> (list: Interfaces): (V: any) => asserts V is Interfaces[number]
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* @see https://webidl.spec.whatwg.org/#es-sequence
|
|
217
|
+
* @description Convert a value, V, to a WebIDL sequence type.
|
|
218
|
+
*/
|
|
219
|
+
sequenceConverter <Type>(C: Converter<Type>): SequenceConverter<Type>
|
|
220
|
+
|
|
221
|
+
illegalConstructor (): never
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* @see https://webidl.spec.whatwg.org/#es-to-record
|
|
225
|
+
* @description Convert a value, V, to a WebIDL record type.
|
|
226
|
+
*/
|
|
227
|
+
recordConverter <K extends string, V>(
|
|
228
|
+
keyConverter: Converter<K>,
|
|
229
|
+
valueConverter: Converter<V>
|
|
230
|
+
): RecordConverter<K, V>
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
|
|
234
|
+
* interfaces are allowed.
|
|
235
|
+
*/
|
|
236
|
+
interfaceConverter <Interface>(typeCheck: IsAssertion<Interface>, name: string): (
|
|
237
|
+
V: unknown,
|
|
238
|
+
prefix: string,
|
|
239
|
+
argument: string
|
|
240
|
+
) => asserts V is Interface
|
|
241
|
+
|
|
242
|
+
// TODO(@KhafraDev): a type could likely be implemented that can infer the return type
|
|
243
|
+
// from the converters given?
|
|
244
|
+
/**
|
|
245
|
+
* Converts a value, V, to a WebIDL dictionary types. Allows limiting which keys are
|
|
246
|
+
* allowed, values allowed, optional and required keys. Auto converts the value to
|
|
247
|
+
* a type given a converter.
|
|
248
|
+
*/
|
|
249
|
+
dictionaryConverter (converters: {
|
|
250
|
+
key: string,
|
|
251
|
+
defaultValue?: () => unknown,
|
|
252
|
+
required?: boolean,
|
|
253
|
+
converter: (...args: unknown[]) => unknown,
|
|
254
|
+
allowedValues?: unknown[]
|
|
255
|
+
}[]): (V: unknown) => Record<string, unknown>
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @see https://webidl.spec.whatwg.org/#idl-nullable-type
|
|
259
|
+
* @description allows a type, V, to be null
|
|
260
|
+
*/
|
|
261
|
+
nullableConverter <T>(
|
|
262
|
+
converter: Converter<T>
|
|
263
|
+
): (V: unknown) => ReturnType<typeof converter> | null
|
|
264
|
+
|
|
265
|
+
argumentLengthCheck (args: { length: number }, min: number, context: string): void
|
|
266
|
+
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
|
|
3
|
+
import type { Blob } from 'buffer'
|
|
4
|
+
import type { ReadableStream, WritableStream } from 'stream/web'
|
|
5
|
+
import type { MessagePort } from 'worker_threads'
|
|
6
|
+
import {
|
|
7
|
+
EventInit,
|
|
8
|
+
EventListenerOptions,
|
|
9
|
+
AddEventListenerOptions,
|
|
10
|
+
EventListenerOrEventListenerObject
|
|
11
|
+
} from './patch'
|
|
12
|
+
import Dispatcher from './dispatcher'
|
|
13
|
+
import { HeadersInit } from './fetch'
|
|
14
|
+
|
|
15
|
+
export type BinaryType = 'blob' | 'arraybuffer'
|
|
16
|
+
|
|
17
|
+
interface WebSocketEventMap {
|
|
18
|
+
close: CloseEvent
|
|
19
|
+
error: ErrorEvent
|
|
20
|
+
message: MessageEvent
|
|
21
|
+
open: Event
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
interface WebSocket extends EventTarget {
|
|
25
|
+
binaryType: BinaryType
|
|
26
|
+
|
|
27
|
+
readonly bufferedAmount: number
|
|
28
|
+
readonly extensions: string
|
|
29
|
+
|
|
30
|
+
onclose: ((this: WebSocket, ev: WebSocketEventMap['close']) => any) | null
|
|
31
|
+
onerror: ((this: WebSocket, ev: WebSocketEventMap['error']) => any) | null
|
|
32
|
+
onmessage: ((this: WebSocket, ev: WebSocketEventMap['message']) => any) | null
|
|
33
|
+
onopen: ((this: WebSocket, ev: WebSocketEventMap['open']) => any) | null
|
|
34
|
+
|
|
35
|
+
readonly protocol: string
|
|
36
|
+
readonly readyState: number
|
|
37
|
+
readonly url: string
|
|
38
|
+
|
|
39
|
+
close(code?: number, reason?: string): void
|
|
40
|
+
send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void
|
|
41
|
+
|
|
42
|
+
readonly CLOSED: number
|
|
43
|
+
readonly CLOSING: number
|
|
44
|
+
readonly CONNECTING: number
|
|
45
|
+
readonly OPEN: number
|
|
46
|
+
|
|
47
|
+
addEventListener<K extends keyof WebSocketEventMap>(
|
|
48
|
+
type: K,
|
|
49
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
|
50
|
+
options?: boolean | AddEventListenerOptions
|
|
51
|
+
): void
|
|
52
|
+
addEventListener(
|
|
53
|
+
type: string,
|
|
54
|
+
listener: EventListenerOrEventListenerObject,
|
|
55
|
+
options?: boolean | AddEventListenerOptions
|
|
56
|
+
): void
|
|
57
|
+
removeEventListener<K extends keyof WebSocketEventMap>(
|
|
58
|
+
type: K,
|
|
59
|
+
listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any,
|
|
60
|
+
options?: boolean | EventListenerOptions
|
|
61
|
+
): void
|
|
62
|
+
removeEventListener(
|
|
63
|
+
type: string,
|
|
64
|
+
listener: EventListenerOrEventListenerObject,
|
|
65
|
+
options?: boolean | EventListenerOptions
|
|
66
|
+
): void
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export declare const WebSocket: {
|
|
70
|
+
prototype: WebSocket
|
|
71
|
+
new (url: string | URL, protocols?: string | string[] | WebSocketInit): WebSocket
|
|
72
|
+
readonly CLOSED: number
|
|
73
|
+
readonly CLOSING: number
|
|
74
|
+
readonly CONNECTING: number
|
|
75
|
+
readonly OPEN: number
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
interface CloseEventInit extends EventInit {
|
|
79
|
+
code?: number
|
|
80
|
+
reason?: string
|
|
81
|
+
wasClean?: boolean
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
interface CloseEvent extends Event {
|
|
85
|
+
readonly code: number
|
|
86
|
+
readonly reason: string
|
|
87
|
+
readonly wasClean: boolean
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare const CloseEvent: {
|
|
91
|
+
prototype: CloseEvent
|
|
92
|
+
new (type: string, eventInitDict?: CloseEventInit): CloseEvent
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
interface MessageEventInit<T = any> extends EventInit {
|
|
96
|
+
data?: T
|
|
97
|
+
lastEventId?: string
|
|
98
|
+
origin?: string
|
|
99
|
+
ports?: (typeof MessagePort)[]
|
|
100
|
+
source?: typeof MessagePort | null
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
interface MessageEvent<T = any> extends Event {
|
|
104
|
+
readonly data: T
|
|
105
|
+
readonly lastEventId: string
|
|
106
|
+
readonly origin: string
|
|
107
|
+
readonly ports: ReadonlyArray<typeof MessagePort>
|
|
108
|
+
readonly source: typeof MessagePort | null
|
|
109
|
+
initMessageEvent(
|
|
110
|
+
type: string,
|
|
111
|
+
bubbles?: boolean,
|
|
112
|
+
cancelable?: boolean,
|
|
113
|
+
data?: any,
|
|
114
|
+
origin?: string,
|
|
115
|
+
lastEventId?: string,
|
|
116
|
+
source?: typeof MessagePort | null,
|
|
117
|
+
ports?: (typeof MessagePort)[]
|
|
118
|
+
): void;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export declare const MessageEvent: {
|
|
122
|
+
prototype: MessageEvent
|
|
123
|
+
new<T>(type: string, eventInitDict?: MessageEventInit<T>): MessageEvent<T>
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
interface ErrorEventInit extends EventInit {
|
|
127
|
+
message?: string
|
|
128
|
+
filename?: string
|
|
129
|
+
lineno?: number
|
|
130
|
+
colno?: number
|
|
131
|
+
error?: any
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
interface ErrorEvent extends Event {
|
|
135
|
+
readonly message: string
|
|
136
|
+
readonly filename: string
|
|
137
|
+
readonly lineno: number
|
|
138
|
+
readonly colno: number
|
|
139
|
+
readonly error: any
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export declare const ErrorEvent: {
|
|
143
|
+
prototype: ErrorEvent
|
|
144
|
+
new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
interface WebSocketInit {
|
|
148
|
+
protocols?: string | string[],
|
|
149
|
+
dispatcher?: Dispatcher,
|
|
150
|
+
headers?: HeadersInit
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
interface WebSocketStreamOptions {
|
|
154
|
+
protocols?: string | string[]
|
|
155
|
+
signal?: AbortSignal
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
interface WebSocketCloseInfo {
|
|
159
|
+
closeCode: number
|
|
160
|
+
reason: string
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
interface WebSocketStream {
|
|
164
|
+
closed: Promise<WebSocketCloseInfo>
|
|
165
|
+
opened: Promise<{
|
|
166
|
+
extensions: string
|
|
167
|
+
protocol: string
|
|
168
|
+
readable: ReadableStream
|
|
169
|
+
writable: WritableStream
|
|
170
|
+
}>
|
|
171
|
+
url: string
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export declare const WebSocketStream: {
|
|
175
|
+
prototype: WebSocketStream
|
|
176
|
+
new (url: string | URL, options?: WebSocketStreamOptions): WebSocketStream
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
interface WebSocketError extends Event, WebSocketCloseInfo {}
|
|
180
|
+
|
|
181
|
+
export declare const WebSocketError: {
|
|
182
|
+
prototype: WebSocketError
|
|
183
|
+
new (type: string, init?: WebSocketCloseInfo): WebSocketError
|
|
184
|
+
}
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// Declaration files in this directory contain types relating to TypeScript library features
|
|
2
|
-
// that are not included in all TypeScript versions supported by DefinitelyTyped, but
|
|
3
|
-
// which can be made backwards-compatible without needing `typesVersions`.
|
|
4
|
-
// If adding declarations to this directory, please specify which versions of TypeScript require them,
|
|
5
|
-
// so that they can be removed when no longer needed.
|
|
6
|
-
|
|
7
|
-
/// <reference path="disposable.d.ts" />
|
|
8
|
-
/// <reference path="indexable.d.ts" />
|
|
9
|
-
/// <reference path="iterators.d.ts" />
|
package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/indexable.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// Polyfill for ES2022's .at() method on string/array prototypes, added to TypeScript in 4.6.
|
|
2
|
-
// TODO: these methods are not used within @types/node, and should be removed at the next
|
|
3
|
-
// major @types/node version; users should include the es2022 TypeScript libraries
|
|
4
|
-
// if they need these features.
|
|
5
|
-
|
|
6
|
-
interface RelativeIndexable<T> {
|
|
7
|
-
at(index: number): T | undefined;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
interface String extends RelativeIndexable<string> {}
|
|
11
|
-
interface Array<T> extends RelativeIndexable<T> {}
|
|
12
|
-
interface ReadonlyArray<T> extends RelativeIndexable<T> {}
|
|
13
|
-
interface Int8Array extends RelativeIndexable<number> {}
|
|
14
|
-
interface Uint8Array extends RelativeIndexable<number> {}
|
|
15
|
-
interface Uint8ClampedArray extends RelativeIndexable<number> {}
|
|
16
|
-
interface Int16Array extends RelativeIndexable<number> {}
|
|
17
|
-
interface Uint16Array extends RelativeIndexable<number> {}
|
|
18
|
-
interface Int32Array extends RelativeIndexable<number> {}
|
|
19
|
-
interface Uint32Array extends RelativeIndexable<number> {}
|
|
20
|
-
interface Float32Array extends RelativeIndexable<number> {}
|
|
21
|
-
interface Float64Array extends RelativeIndexable<number> {}
|
|
22
|
-
interface BigInt64Array extends RelativeIndexable<bigint> {}
|
|
23
|
-
interface BigUint64Array extends RelativeIndexable<bigint> {}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// Declaration files in this directory contain types relating to TypeScript library features
|
|
2
|
-
// that are not included in all TypeScript versions supported by DefinitelyTyped, but
|
|
3
|
-
// which can be made backwards-compatible without needing `typesVersions`.
|
|
4
|
-
// If adding declarations to this directory, please specify which versions of TypeScript require them,
|
|
5
|
-
// so that they can be removed when no longer needed.
|
|
6
|
-
|
|
7
|
-
/// <reference path="disposable.d.ts" />
|
|
8
|
-
/// <reference path="indexable.d.ts" />
|
|
9
|
-
/// <reference path="iterators.d.ts" />
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// Polyfill for ES2022's .at() method on string/array prototypes, added to TypeScript in 4.6.
|
|
2
|
-
// TODO: these methods are not used within @types/node, and should be removed at the next
|
|
3
|
-
// major @types/node version; users should include the es2022 TypeScript libraries
|
|
4
|
-
// if they need these features.
|
|
5
|
-
|
|
6
|
-
interface RelativeIndexable<T> {
|
|
7
|
-
at(index: number): T | undefined;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
interface String extends RelativeIndexable<string> {}
|
|
11
|
-
interface Array<T> extends RelativeIndexable<T> {}
|
|
12
|
-
interface ReadonlyArray<T> extends RelativeIndexable<T> {}
|
|
13
|
-
interface Int8Array extends RelativeIndexable<number> {}
|
|
14
|
-
interface Uint8Array extends RelativeIndexable<number> {}
|
|
15
|
-
interface Uint8ClampedArray extends RelativeIndexable<number> {}
|
|
16
|
-
interface Int16Array extends RelativeIndexable<number> {}
|
|
17
|
-
interface Uint16Array extends RelativeIndexable<number> {}
|
|
18
|
-
interface Int32Array extends RelativeIndexable<number> {}
|
|
19
|
-
interface Uint32Array extends RelativeIndexable<number> {}
|
|
20
|
-
interface Float32Array extends RelativeIndexable<number> {}
|
|
21
|
-
interface Float64Array extends RelativeIndexable<number> {}
|
|
22
|
-
interface BigInt64Array extends RelativeIndexable<bigint> {}
|
|
23
|
-
interface BigUint64Array extends RelativeIndexable<bigint> {}
|