@isdk/web-fetcher 0.2.1 → 0.2.3
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/README.action.cn.md +32 -24
- package/README.action.md +14 -4
- package/README.cn.md +10 -2
- package/README.hackernews.md +52 -0
- package/README.md +10 -2
- package/dist/index.d.mts +7 -4
- package/dist/index.d.ts +7 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/docs/README.md +10 -2
- package/docs/_media/README.action.md +14 -4
- package/docs/_media/README.cn.md +10 -2
- package/docs/classes/CheerioFetchEngine.md +91 -69
- package/docs/classes/ClickAction.md +23 -23
- package/docs/classes/ExtractAction.md +23 -23
- package/docs/classes/FetchAction.md +23 -23
- package/docs/classes/FetchEngine.md +87 -69
- package/docs/classes/FetchSession.md +8 -8
- package/docs/classes/FillAction.md +23 -23
- package/docs/classes/GetContentAction.md +23 -23
- package/docs/classes/GotoAction.md +23 -23
- package/docs/classes/PauseAction.md +23 -23
- package/docs/classes/PlaywrightFetchEngine.md +91 -69
- package/docs/classes/SubmitAction.md +23 -23
- package/docs/classes/WaitForAction.md +23 -23
- package/docs/classes/WebFetcher.md +5 -5
- package/docs/enumerations/FetchActionResultStatus.md +4 -4
- package/docs/functions/fetchWeb.md +2 -2
- package/docs/globals.md +1 -0
- package/docs/interfaces/BaseFetchActionProperties.md +9 -9
- package/docs/interfaces/BaseFetchCollectorActionProperties.md +13 -13
- package/docs/interfaces/BaseFetcherProperties.md +29 -21
- package/docs/interfaces/DispatchedEngineAction.md +4 -4
- package/docs/interfaces/ExtractActionProperties.md +9 -9
- package/docs/interfaces/FetchActionInContext.md +13 -13
- package/docs/interfaces/FetchActionProperties.md +10 -10
- package/docs/interfaces/FetchActionResult.md +6 -6
- package/docs/interfaces/FetchContext.md +43 -31
- package/docs/interfaces/FetchEngineContext.md +38 -26
- package/docs/interfaces/FetchMetadata.md +5 -5
- package/docs/interfaces/FetchResponse.md +13 -13
- package/docs/interfaces/FetchReturnTypeRegistry.md +7 -7
- package/docs/interfaces/FetchSite.md +36 -24
- package/docs/interfaces/FetcherOptions.md +35 -23
- package/docs/interfaces/GotoActionOptions.md +6 -6
- package/docs/interfaces/PendingEngineRequest.md +3 -3
- package/docs/interfaces/SubmitActionOptions.md +2 -2
- package/docs/interfaces/WaitForActionOptions.md +4 -4
- package/docs/type-aliases/BaseFetchActionOptions.md +1 -1
- package/docs/type-aliases/BaseFetchCollectorOptions.md +1 -1
- package/docs/type-aliases/BrowserEngine.md +1 -1
- package/docs/type-aliases/FetchActionCapabilities.md +1 -1
- package/docs/type-aliases/FetchActionCapabilityMode.md +1 -1
- package/docs/type-aliases/FetchActionOptions.md +1 -1
- package/docs/type-aliases/FetchEngineAction.md +1 -1
- package/docs/type-aliases/FetchEngineType.md +1 -1
- package/docs/type-aliases/FetchReturnType.md +1 -1
- package/docs/type-aliases/FetchReturnTypeFor.md +1 -1
- package/docs/type-aliases/OnFetchPauseCallback.md +1 -1
- package/docs/type-aliases/ResourceType.md +1 -1
- package/docs/variables/DefaultFetcherProperties.md +1 -1
- package/docs/variables/FetcherOptionKeys.md +11 -0
- package/package.json +3 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: FetchActionResult\<R\>
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:36](https://github.com/isdk/web-fetcher.js/blob/
|
|
9
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:36](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L36)
|
|
10
10
|
|
|
11
11
|
## Type Parameters
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:36](https://github.
|
|
|
20
20
|
|
|
21
21
|
> `optional` **error**: `Error`
|
|
22
22
|
|
|
23
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:40](https://github.com/isdk/web-fetcher.js/blob/
|
|
23
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:40](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L40)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:40](https://github.
|
|
|
28
28
|
|
|
29
29
|
> `optional` **meta**: `FetchActionMeta`
|
|
30
30
|
|
|
31
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:41](https://github.com/isdk/web-fetcher.js/blob/
|
|
31
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:41](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L41)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:41](https://github.
|
|
|
36
36
|
|
|
37
37
|
> `optional` **result**: [`FetchReturnTypeFor`](../type-aliases/FetchReturnTypeFor.md)\<`R`\>
|
|
38
38
|
|
|
39
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:39](https://github.com/isdk/web-fetcher.js/blob/
|
|
39
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:39](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L39)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:39](https://github.
|
|
|
44
44
|
|
|
45
45
|
> `optional` **returnType**: `R`
|
|
46
46
|
|
|
47
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:38](https://github.com/isdk/web-fetcher.js/blob/
|
|
47
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:38](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L38)
|
|
48
48
|
|
|
49
49
|
***
|
|
50
50
|
|
|
@@ -52,4 +52,4 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:38](https://github.
|
|
|
52
52
|
|
|
53
53
|
> **status**: [`FetchActionResultStatus`](../enumerations/FetchActionResultStatus.md)
|
|
54
54
|
|
|
55
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:37](https://github.com/isdk/web-fetcher.js/blob/
|
|
55
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:37](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/action/fetch-action.ts#L37)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: FetchContext
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:35](https://github.com/isdk/web-fetcher.js/blob/
|
|
9
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:35](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L35)
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:35](https://github.com/isd
|
|
|
18
18
|
|
|
19
19
|
> `optional` **antibot**: `boolean`
|
|
20
20
|
|
|
21
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/
|
|
21
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L37)
|
|
22
22
|
|
|
23
23
|
#### Inherited from
|
|
24
24
|
|
|
@@ -30,7 +30,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/
|
|
|
30
30
|
|
|
31
31
|
> `optional` **blockResources**: `string`[]
|
|
32
32
|
|
|
33
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/
|
|
33
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L46)
|
|
34
34
|
|
|
35
35
|
#### Inherited from
|
|
36
36
|
|
|
@@ -42,7 +42,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/
|
|
|
42
42
|
|
|
43
43
|
> `optional` **browser**: `object`
|
|
44
44
|
|
|
45
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/
|
|
45
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L52)
|
|
46
46
|
|
|
47
47
|
#### engine?
|
|
48
48
|
|
|
@@ -71,7 +71,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/
|
|
|
71
71
|
|
|
72
72
|
> `optional` **cookies**: [`Cookie`](Cookie.md)[]
|
|
73
73
|
|
|
74
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/web-fetcher.js/blob/
|
|
74
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L40)
|
|
75
75
|
|
|
76
76
|
#### Inherited from
|
|
77
77
|
|
|
@@ -83,7 +83,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/
|
|
|
83
83
|
|
|
84
84
|
> `optional` **currentAction**: [`FetchActionInContext`](FetchActionInContext.md)
|
|
85
85
|
|
|
86
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:36](https://github.com/isdk/web-fetcher.js/blob/
|
|
86
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:36](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L36)
|
|
87
87
|
|
|
88
88
|
***
|
|
89
89
|
|
|
@@ -91,7 +91,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:36](https://github.com/isd
|
|
|
91
91
|
|
|
92
92
|
> `optional` **delayBetweenRequestsMs**: `number`
|
|
93
93
|
|
|
94
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
94
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L73)
|
|
95
95
|
|
|
96
96
|
#### Inherited from
|
|
97
97
|
|
|
@@ -103,7 +103,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/
|
|
|
103
103
|
|
|
104
104
|
> `optional` **enableSmart**: `boolean`
|
|
105
105
|
|
|
106
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/
|
|
106
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L35)
|
|
107
107
|
|
|
108
108
|
#### Inherited from
|
|
109
109
|
|
|
@@ -115,7 +115,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/
|
|
|
115
115
|
|
|
116
116
|
> `optional` **engine**: `string`
|
|
117
117
|
|
|
118
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/
|
|
118
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L34)
|
|
119
119
|
|
|
120
120
|
抓取模式
|
|
121
121
|
|
|
@@ -133,7 +133,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/
|
|
|
133
133
|
|
|
134
134
|
> **eventBus**: `EventEmitter`
|
|
135
135
|
|
|
136
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:48](https://github.com/isdk/web-fetcher.js/blob/
|
|
136
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:48](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L48)
|
|
137
137
|
|
|
138
138
|
***
|
|
139
139
|
|
|
@@ -141,7 +141,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:48](https://github.com/isd
|
|
|
141
141
|
|
|
142
142
|
> `optional` **finalUrl**: `string`
|
|
143
143
|
|
|
144
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isdk/web-fetcher.js/blob/
|
|
144
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L27)
|
|
145
145
|
|
|
146
146
|
#### Inherited from
|
|
147
147
|
|
|
@@ -153,7 +153,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isd
|
|
|
153
153
|
|
|
154
154
|
> `optional` **headers**: `Record`\<`string`, `string`\>
|
|
155
155
|
|
|
156
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/
|
|
156
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L39)
|
|
157
157
|
|
|
158
158
|
#### Inherited from
|
|
159
159
|
|
|
@@ -165,7 +165,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/
|
|
|
165
165
|
|
|
166
166
|
> `optional` **http**: `object`
|
|
167
167
|
|
|
168
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/web-fetcher.js/blob/
|
|
168
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L64)
|
|
169
169
|
|
|
170
170
|
#### body?
|
|
171
171
|
|
|
@@ -185,7 +185,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/
|
|
|
185
185
|
|
|
186
186
|
> **id**: `string`
|
|
187
187
|
|
|
188
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isdk/web-fetcher.js/blob/
|
|
188
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L25)
|
|
189
189
|
|
|
190
190
|
#### Inherited from
|
|
191
191
|
|
|
@@ -197,7 +197,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isd
|
|
|
197
197
|
|
|
198
198
|
> `optional` **ignoreSslErrors**: `boolean`
|
|
199
199
|
|
|
200
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/web-fetcher.js/blob/
|
|
200
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L50)
|
|
201
201
|
|
|
202
202
|
#### Inherited from
|
|
203
203
|
|
|
@@ -209,7 +209,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/
|
|
|
209
209
|
|
|
210
210
|
> **internal**: `FetchContextInteralState`
|
|
211
211
|
|
|
212
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:46](https://github.com/isdk/web-fetcher.js/blob/
|
|
212
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:46](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L46)
|
|
213
213
|
|
|
214
214
|
#### Overrides
|
|
215
215
|
|
|
@@ -221,7 +221,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:46](https://github.com/isd
|
|
|
221
221
|
|
|
222
222
|
> `optional` **lastResponse**: [`FetchResponse`](FetchResponse.md)
|
|
223
223
|
|
|
224
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isdk/web-fetcher.js/blob/
|
|
224
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L29)
|
|
225
225
|
|
|
226
226
|
#### Inherited from
|
|
227
227
|
|
|
@@ -233,7 +233,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isd
|
|
|
233
233
|
|
|
234
234
|
> `optional` **lastResult**: [`FetchActionResult`](FetchActionResult.md)\<[`FetchReturnType`](../type-aliases/FetchReturnType.md)\>
|
|
235
235
|
|
|
236
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isdk/web-fetcher.js/blob/
|
|
236
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L30)
|
|
237
237
|
|
|
238
238
|
#### Inherited from
|
|
239
239
|
|
|
@@ -245,7 +245,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isd
|
|
|
245
245
|
|
|
246
246
|
> `optional` **maxConcurrency**: `number`
|
|
247
247
|
|
|
248
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
248
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L71)
|
|
249
249
|
|
|
250
250
|
#### Inherited from
|
|
251
251
|
|
|
@@ -257,7 +257,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/
|
|
|
257
257
|
|
|
258
258
|
> `optional` **maxRequestsPerMinute**: `number`
|
|
259
259
|
|
|
260
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
260
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L72)
|
|
261
261
|
|
|
262
262
|
#### Inherited from
|
|
263
263
|
|
|
@@ -269,7 +269,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/
|
|
|
269
269
|
|
|
270
270
|
> **outputs**: `Record`\<`string`, `any`\>
|
|
271
271
|
|
|
272
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:38](https://github.com/isdk/web-fetcher.js/blob/
|
|
272
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:38](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L38)
|
|
273
273
|
|
|
274
274
|
***
|
|
275
275
|
|
|
@@ -277,7 +277,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:38](https://github.com/isd
|
|
|
277
277
|
|
|
278
278
|
> `optional` **proxy**: `string` \| `string`[]
|
|
279
279
|
|
|
280
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/
|
|
280
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L44)
|
|
281
281
|
|
|
282
282
|
#### Inherited from
|
|
283
283
|
|
|
@@ -285,11 +285,23 @@ Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/
|
|
|
285
285
|
|
|
286
286
|
***
|
|
287
287
|
|
|
288
|
+
### requestHandlerTimeoutSecs?
|
|
289
|
+
|
|
290
|
+
> `optional` **requestHandlerTimeoutSecs**: `number`
|
|
291
|
+
|
|
292
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L70)
|
|
293
|
+
|
|
294
|
+
#### Inherited from
|
|
295
|
+
|
|
296
|
+
[`FetchEngineContext`](FetchEngineContext.md).[`requestHandlerTimeoutSecs`](FetchEngineContext.md#requesthandlertimeoutsecs)
|
|
297
|
+
|
|
298
|
+
***
|
|
299
|
+
|
|
288
300
|
### retries?
|
|
289
301
|
|
|
290
302
|
> `optional` **retries**: `number`
|
|
291
303
|
|
|
292
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
304
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L74)
|
|
293
305
|
|
|
294
306
|
#### Inherited from
|
|
295
307
|
|
|
@@ -301,7 +313,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/
|
|
|
301
313
|
|
|
302
314
|
> `optional` **reuseCookies**: `boolean`
|
|
303
315
|
|
|
304
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/
|
|
316
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L41)
|
|
305
317
|
|
|
306
318
|
#### Inherited from
|
|
307
319
|
|
|
@@ -313,7 +325,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/
|
|
|
313
325
|
|
|
314
326
|
> `optional` **sites**: [`FetchSite`](FetchSite.md)[]
|
|
315
327
|
|
|
316
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
328
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:76](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L76)
|
|
317
329
|
|
|
318
330
|
#### Inherited from
|
|
319
331
|
|
|
@@ -325,7 +337,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:75](https://github.com/isdk/
|
|
|
325
337
|
|
|
326
338
|
> `optional` **throwHttpErrors**: `boolean`
|
|
327
339
|
|
|
328
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/
|
|
340
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L42)
|
|
329
341
|
|
|
330
342
|
#### Inherited from
|
|
331
343
|
|
|
@@ -337,7 +349,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/
|
|
|
337
349
|
|
|
338
350
|
> `optional` **timeoutMs**: `number`
|
|
339
351
|
|
|
340
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/web-fetcher.js/blob/
|
|
352
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L69)
|
|
341
353
|
|
|
342
354
|
#### Inherited from
|
|
343
355
|
|
|
@@ -349,7 +361,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/
|
|
|
349
361
|
|
|
350
362
|
> `optional` **url**: `string`
|
|
351
363
|
|
|
352
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isdk/web-fetcher.js/blob/
|
|
364
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L26)
|
|
353
365
|
|
|
354
366
|
#### Inherited from
|
|
355
367
|
|
|
@@ -361,7 +373,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isd
|
|
|
361
373
|
|
|
362
374
|
> `optional` **useSiteRegistry**: `boolean`
|
|
363
375
|
|
|
364
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/
|
|
376
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L36)
|
|
365
377
|
|
|
366
378
|
#### Inherited from
|
|
367
379
|
|
|
@@ -373,7 +385,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/
|
|
|
373
385
|
|
|
374
386
|
> **action**\<`R`\>(`name`, `params?`, `options?`): `Promise`\<[`FetchActionResult`](FetchActionResult.md)\<`R`\>\>
|
|
375
387
|
|
|
376
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:43](https://github.com/isdk/web-fetcher.js/blob/
|
|
388
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:43](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L43)
|
|
377
389
|
|
|
378
390
|
#### Type Parameters
|
|
379
391
|
|
|
@@ -405,7 +417,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:43](https://github.com/isd
|
|
|
405
417
|
|
|
406
418
|
> **execute**\<`R`\>(`actionOptions`): `Promise`\<[`FetchActionResult`](FetchActionResult.md)\<`R`\>\>
|
|
407
419
|
|
|
408
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:41](https://github.com/isdk/web-fetcher.js/blob/
|
|
420
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:41](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L41)
|
|
409
421
|
|
|
410
422
|
#### Type Parameters
|
|
411
423
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: FetchEngineContext
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:24](https://github.com/isdk/web-fetcher.js/blob/
|
|
9
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:24](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L24)
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:24](https://github.com/isd
|
|
|
22
22
|
|
|
23
23
|
> `optional` **antibot**: `boolean`
|
|
24
24
|
|
|
25
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/
|
|
25
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L37)
|
|
26
26
|
|
|
27
27
|
#### Inherited from
|
|
28
28
|
|
|
@@ -34,7 +34,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/
|
|
|
34
34
|
|
|
35
35
|
> `optional` **blockResources**: `string`[]
|
|
36
36
|
|
|
37
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/
|
|
37
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L46)
|
|
38
38
|
|
|
39
39
|
#### Inherited from
|
|
40
40
|
|
|
@@ -46,7 +46,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/
|
|
|
46
46
|
|
|
47
47
|
> `optional` **browser**: `object`
|
|
48
48
|
|
|
49
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/
|
|
49
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L52)
|
|
50
50
|
|
|
51
51
|
#### engine?
|
|
52
52
|
|
|
@@ -75,7 +75,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/
|
|
|
75
75
|
|
|
76
76
|
> `optional` **cookies**: [`Cookie`](Cookie.md)[]
|
|
77
77
|
|
|
78
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/web-fetcher.js/blob/
|
|
78
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L40)
|
|
79
79
|
|
|
80
80
|
#### Inherited from
|
|
81
81
|
|
|
@@ -87,7 +87,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/
|
|
|
87
87
|
|
|
88
88
|
> `optional` **delayBetweenRequestsMs**: `number`
|
|
89
89
|
|
|
90
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
90
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L73)
|
|
91
91
|
|
|
92
92
|
#### Inherited from
|
|
93
93
|
|
|
@@ -99,7 +99,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/
|
|
|
99
99
|
|
|
100
100
|
> `optional` **enableSmart**: `boolean`
|
|
101
101
|
|
|
102
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/
|
|
102
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L35)
|
|
103
103
|
|
|
104
104
|
#### Inherited from
|
|
105
105
|
|
|
@@ -111,7 +111,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/
|
|
|
111
111
|
|
|
112
112
|
> `optional` **engine**: `string`
|
|
113
113
|
|
|
114
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/
|
|
114
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L34)
|
|
115
115
|
|
|
116
116
|
抓取模式
|
|
117
117
|
|
|
@@ -129,7 +129,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/
|
|
|
129
129
|
|
|
130
130
|
> `optional` **finalUrl**: `string`
|
|
131
131
|
|
|
132
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isdk/web-fetcher.js/blob/
|
|
132
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L27)
|
|
133
133
|
|
|
134
134
|
***
|
|
135
135
|
|
|
@@ -137,7 +137,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:27](https://github.com/isd
|
|
|
137
137
|
|
|
138
138
|
> `optional` **headers**: `Record`\<`string`, `string`\>
|
|
139
139
|
|
|
140
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/
|
|
140
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L39)
|
|
141
141
|
|
|
142
142
|
#### Inherited from
|
|
143
143
|
|
|
@@ -149,7 +149,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/
|
|
|
149
149
|
|
|
150
150
|
> `optional` **http**: `object`
|
|
151
151
|
|
|
152
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/web-fetcher.js/blob/
|
|
152
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L64)
|
|
153
153
|
|
|
154
154
|
#### body?
|
|
155
155
|
|
|
@@ -169,7 +169,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/
|
|
|
169
169
|
|
|
170
170
|
> **id**: `string`
|
|
171
171
|
|
|
172
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isdk/web-fetcher.js/blob/
|
|
172
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L25)
|
|
173
173
|
|
|
174
174
|
***
|
|
175
175
|
|
|
@@ -177,7 +177,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:25](https://github.com/isd
|
|
|
177
177
|
|
|
178
178
|
> `optional` **ignoreSslErrors**: `boolean`
|
|
179
179
|
|
|
180
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/web-fetcher.js/blob/
|
|
180
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L50)
|
|
181
181
|
|
|
182
182
|
#### Inherited from
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/
|
|
|
189
189
|
|
|
190
190
|
> **internal**: `BaseFetchContextInteralState`
|
|
191
191
|
|
|
192
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:32](https://github.com/isdk/web-fetcher.js/blob/
|
|
192
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:32](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L32)
|
|
193
193
|
|
|
194
194
|
***
|
|
195
195
|
|
|
@@ -197,7 +197,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:32](https://github.com/isd
|
|
|
197
197
|
|
|
198
198
|
> `optional` **lastResponse**: [`FetchResponse`](FetchResponse.md)
|
|
199
199
|
|
|
200
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isdk/web-fetcher.js/blob/
|
|
200
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L29)
|
|
201
201
|
|
|
202
202
|
***
|
|
203
203
|
|
|
@@ -205,7 +205,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:29](https://github.com/isd
|
|
|
205
205
|
|
|
206
206
|
> `optional` **lastResult**: [`FetchActionResult`](FetchActionResult.md)\<[`FetchReturnType`](../type-aliases/FetchReturnType.md)\>
|
|
207
207
|
|
|
208
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isdk/web-fetcher.js/blob/
|
|
208
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L30)
|
|
209
209
|
|
|
210
210
|
***
|
|
211
211
|
|
|
@@ -213,7 +213,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:30](https://github.com/isd
|
|
|
213
213
|
|
|
214
214
|
> `optional` **maxConcurrency**: `number`
|
|
215
215
|
|
|
216
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
216
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L71)
|
|
217
217
|
|
|
218
218
|
#### Inherited from
|
|
219
219
|
|
|
@@ -225,7 +225,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/
|
|
|
225
225
|
|
|
226
226
|
> `optional` **maxRequestsPerMinute**: `number`
|
|
227
227
|
|
|
228
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
228
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L72)
|
|
229
229
|
|
|
230
230
|
#### Inherited from
|
|
231
231
|
|
|
@@ -237,7 +237,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/
|
|
|
237
237
|
|
|
238
238
|
> `optional` **proxy**: `string` \| `string`[]
|
|
239
239
|
|
|
240
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/
|
|
240
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L44)
|
|
241
241
|
|
|
242
242
|
#### Inherited from
|
|
243
243
|
|
|
@@ -245,11 +245,23 @@ Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/
|
|
|
245
245
|
|
|
246
246
|
***
|
|
247
247
|
|
|
248
|
+
### requestHandlerTimeoutSecs?
|
|
249
|
+
|
|
250
|
+
> `optional` **requestHandlerTimeoutSecs**: `number`
|
|
251
|
+
|
|
252
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L70)
|
|
253
|
+
|
|
254
|
+
#### Inherited from
|
|
255
|
+
|
|
256
|
+
[`BaseFetcherProperties`](BaseFetcherProperties.md).[`requestHandlerTimeoutSecs`](BaseFetcherProperties.md#requesthandlertimeoutsecs)
|
|
257
|
+
|
|
258
|
+
***
|
|
259
|
+
|
|
248
260
|
### retries?
|
|
249
261
|
|
|
250
262
|
> `optional` **retries**: `number`
|
|
251
263
|
|
|
252
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
264
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L74)
|
|
253
265
|
|
|
254
266
|
#### Inherited from
|
|
255
267
|
|
|
@@ -261,7 +273,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/
|
|
|
261
273
|
|
|
262
274
|
> `optional` **reuseCookies**: `boolean`
|
|
263
275
|
|
|
264
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/
|
|
276
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L41)
|
|
265
277
|
|
|
266
278
|
#### Inherited from
|
|
267
279
|
|
|
@@ -273,7 +285,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/
|
|
|
273
285
|
|
|
274
286
|
> `optional` **sites**: [`FetchSite`](FetchSite.md)[]
|
|
275
287
|
|
|
276
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
288
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:76](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L76)
|
|
277
289
|
|
|
278
290
|
#### Inherited from
|
|
279
291
|
|
|
@@ -285,7 +297,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:75](https://github.com/isdk/
|
|
|
285
297
|
|
|
286
298
|
> `optional` **throwHttpErrors**: `boolean`
|
|
287
299
|
|
|
288
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/
|
|
300
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L42)
|
|
289
301
|
|
|
290
302
|
#### Inherited from
|
|
291
303
|
|
|
@@ -297,7 +309,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/
|
|
|
297
309
|
|
|
298
310
|
> `optional` **timeoutMs**: `number`
|
|
299
311
|
|
|
300
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/web-fetcher.js/blob/
|
|
312
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L69)
|
|
301
313
|
|
|
302
314
|
#### Inherited from
|
|
303
315
|
|
|
@@ -309,7 +321,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/
|
|
|
309
321
|
|
|
310
322
|
> `optional` **url**: `string`
|
|
311
323
|
|
|
312
|
-
Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isdk/web-fetcher.js/blob/
|
|
324
|
+
Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/context.ts#L26)
|
|
313
325
|
|
|
314
326
|
#### Overrides
|
|
315
327
|
|
|
@@ -321,7 +333,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:26](https://github.com/isd
|
|
|
321
333
|
|
|
322
334
|
> `optional` **useSiteRegistry**: `boolean`
|
|
323
335
|
|
|
324
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/
|
|
336
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L36)
|
|
325
337
|
|
|
326
338
|
#### Inherited from
|
|
327
339
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: FetchMetadata
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:100](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L100)
|
|
10
10
|
|
|
11
11
|
## Indexable
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:99](https://github.com/isdk/
|
|
|
18
18
|
|
|
19
19
|
> `optional` **engine**: [`BrowserEngine`](../type-aliases/BrowserEngine.md)
|
|
20
20
|
|
|
21
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
21
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:102](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L102)
|
|
22
22
|
|
|
23
23
|
***
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:101](https://github.com/isdk
|
|
|
26
26
|
|
|
27
27
|
> **mode**: [`FetchEngineType`](../type-aliases/FetchEngineType.md)
|
|
28
28
|
|
|
29
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
29
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:101](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L101)
|
|
30
30
|
|
|
31
31
|
***
|
|
32
32
|
|
|
@@ -34,7 +34,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:100](https://github.com/isdk
|
|
|
34
34
|
|
|
35
35
|
> `optional` **proxy**: `string`
|
|
36
36
|
|
|
37
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
37
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:112](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L112)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -42,7 +42,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:111](https://github.com/isdk
|
|
|
42
42
|
|
|
43
43
|
> `optional` **timings**: `object`
|
|
44
44
|
|
|
45
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
45
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:103](https://github.com/isdk/web-fetcher.js/blob/ad509e5c670ead64b82e31f8e0f1d7a384833452/src/core/types.ts#L103)
|
|
46
46
|
|
|
47
47
|
#### dns?
|
|
48
48
|
|