@isdk/web-fetcher 0.3.1 → 0.3.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 +28 -4
- package/README.action.md +27 -4
- package/README.cn.md +21 -0
- package/README.engine.cn.md +35 -7
- package/README.engine.md +30 -2
- package/README.md +23 -1
- package/dist/index.d.mts +1571 -1448
- package/dist/index.d.ts +1571 -1448
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/docs/README.md +23 -1
- package/docs/_media/README.action.md +27 -4
- package/docs/_media/README.cn.md +21 -0
- package/docs/_media/README.engine.md +30 -2
- package/docs/classes/CheerioFetchEngine.md +169 -93
- package/docs/classes/ClickAction.md +29 -29
- package/docs/classes/EngineUpgradeError.md +335 -0
- package/docs/classes/EvaluateAction.md +29 -29
- package/docs/classes/ExtractAction.md +29 -29
- package/docs/classes/FetchAction.md +31 -29
- package/docs/classes/FetchEngine.md +159 -91
- package/docs/classes/FetchSession.md +14 -14
- package/docs/classes/FillAction.md +29 -29
- package/docs/classes/GetContentAction.md +29 -29
- package/docs/classes/GotoAction.md +29 -29
- package/docs/classes/KeyboardPressAction.md +29 -29
- package/docs/classes/KeyboardTypeAction.md +29 -29
- package/docs/classes/MouseClickAction.md +29 -29
- package/docs/classes/MouseMoveAction.md +29 -29
- package/docs/classes/MouseWheelAction.md +533 -0
- package/docs/classes/PauseAction.md +29 -29
- package/docs/classes/PlaywrightFetchEngine.md +252 -118
- package/docs/classes/ScrollIntoViewAction.md +533 -0
- package/docs/classes/SubmitAction.md +29 -29
- package/docs/classes/TrimAction.md +29 -29
- package/docs/classes/WaitForAction.md +29 -29
- package/docs/classes/WebFetcher.md +5 -5
- package/docs/enumerations/FetchActionResultStatus.md +4 -4
- package/docs/functions/fetchWeb.md +2 -2
- package/docs/functions/getRandomDelay.md +25 -0
- package/docs/globals.md +8 -1
- package/docs/interfaces/BaseFetchActionProperties.md +13 -13
- package/docs/interfaces/BaseFetchCollectorActionProperties.md +17 -17
- package/docs/interfaces/BaseFetcherProperties.md +44 -28
- package/docs/interfaces/DispatchedEngineAction.md +4 -4
- package/docs/interfaces/EvaluateActionOptions.md +3 -3
- package/docs/interfaces/ExtractActionProperties.md +13 -13
- package/docs/interfaces/FetchActionMeta.md +73 -0
- package/docs/interfaces/FetchActionProperties.md +15 -19
- package/docs/interfaces/FetchActionResult.md +7 -7
- package/docs/interfaces/FetchContext.md +65 -41
- package/docs/interfaces/FetchEngineContext.md +57 -33
- package/docs/interfaces/FetchMetadata.md +5 -5
- package/docs/interfaces/FetchResponse.md +14 -14
- package/docs/interfaces/FetchReturnTypeRegistry.md +7 -7
- package/docs/interfaces/FetchSite.md +55 -31
- package/docs/interfaces/FetcherOptions.md +55 -31
- package/docs/interfaces/GotoActionOptions.md +8 -8
- package/docs/interfaces/KeyboardPressParams.md +3 -3
- package/docs/interfaces/KeyboardTypeParams.md +3 -3
- package/docs/interfaces/MouseClickParams.md +6 -6
- package/docs/interfaces/MouseMoveParams.md +5 -5
- package/docs/interfaces/MouseWheelParams.md +69 -0
- package/docs/interfaces/PendingEngineRequest.md +3 -3
- package/docs/interfaces/ScrollIntoViewParams.md +17 -0
- package/docs/interfaces/StorageOptions.md +5 -5
- package/docs/interfaces/SubmitActionOptions.md +2 -2
- package/docs/interfaces/TrimActionOptions.md +3 -3
- package/docs/interfaces/WaitForActionOptions.md +5 -5
- 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/FetchActionInContext.md +38 -0
- package/docs/type-aliases/FetchActionOptions.md +1 -1
- package/docs/type-aliases/FetchEngineAction.md +2 -2
- 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/type-aliases/TrimPreset.md +1 -1
- package/docs/variables/DefaultFetcherProperties.md +1 -1
- package/docs/variables/FetcherOptionKeys.md +1 -1
- package/docs/variables/TRIM_PRESETS.md +1 -1
- package/package.json +7 -7
- package/docs/interfaces/FetchActionInContext.md +0 -190
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Abstract Class: FetchAction
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:25](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L25)
|
|
10
10
|
|
|
11
11
|
## Extended by
|
|
12
12
|
|
|
@@ -22,6 +22,8 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:99](https://github.
|
|
|
22
22
|
- [`EvaluateAction`](EvaluateAction.md)
|
|
23
23
|
- [`MouseMoveAction`](MouseMoveAction.md)
|
|
24
24
|
- [`MouseClickAction`](MouseClickAction.md)
|
|
25
|
+
- [`ScrollIntoViewAction`](ScrollIntoViewAction.md)
|
|
26
|
+
- [`MouseWheelAction`](MouseWheelAction.md)
|
|
25
27
|
- [`KeyboardTypeAction`](KeyboardTypeAction.md)
|
|
26
28
|
- [`KeyboardPressAction`](KeyboardPressAction.md)
|
|
27
29
|
|
|
@@ -41,7 +43,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:99](https://github.
|
|
|
41
43
|
|
|
42
44
|
> `static` **capabilities**: [`FetchActionCapabilities`](../type-aliases/FetchActionCapabilities.md)
|
|
43
45
|
|
|
44
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
46
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:67](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L67)
|
|
45
47
|
|
|
46
48
|
***
|
|
47
49
|
|
|
@@ -49,7 +51,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:141](https://github
|
|
|
49
51
|
|
|
50
52
|
> `static` **id**: `string`
|
|
51
53
|
|
|
52
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
54
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:65](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L65)
|
|
53
55
|
|
|
54
56
|
***
|
|
55
57
|
|
|
@@ -57,7 +59,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:139](https://github
|
|
|
57
59
|
|
|
58
60
|
> `static` **returnType**: [`FetchReturnType`](../type-aliases/FetchReturnType.md) = `'any'`
|
|
59
61
|
|
|
60
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
62
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:66](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L66)
|
|
61
63
|
|
|
62
64
|
## Accessors
|
|
63
65
|
|
|
@@ -67,7 +69,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:140](https://github
|
|
|
67
69
|
|
|
68
70
|
> **get** **capabilities**(): [`FetchActionCapabilities`](../type-aliases/FetchActionCapabilities.md)
|
|
69
71
|
|
|
70
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
72
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:89](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L89)
|
|
71
73
|
|
|
72
74
|
##### Returns
|
|
73
75
|
|
|
@@ -81,7 +83,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:163](https://github
|
|
|
81
83
|
|
|
82
84
|
> **get** **id**(): `string`
|
|
83
85
|
|
|
84
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
86
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:81](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L81)
|
|
85
87
|
|
|
86
88
|
##### Returns
|
|
87
89
|
|
|
@@ -95,7 +97,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:155](https://github
|
|
|
95
97
|
|
|
96
98
|
> **get** **returnType**(): [`FetchReturnType`](../type-aliases/FetchReturnType.md)
|
|
97
99
|
|
|
98
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
100
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:85](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L85)
|
|
99
101
|
|
|
100
102
|
##### Returns
|
|
101
103
|
|
|
@@ -107,7 +109,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:159](https://github
|
|
|
107
109
|
|
|
108
110
|
> **afterExec**(`context`, `options?`, `result?`, `scope?`): `Promise`\<`void`\>
|
|
109
111
|
|
|
110
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
112
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:317](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L317)
|
|
111
113
|
|
|
112
114
|
Action 结束生命周期
|
|
113
115
|
负责:调用钩子、赋值lastResult, 触发事件、清理 stack、恢复 currentAction
|
|
@@ -134,7 +136,7 @@ Action 结束生命周期
|
|
|
134
136
|
|
|
135
137
|
###### entry
|
|
136
138
|
|
|
137
|
-
[`FetchActionInContext`](../
|
|
139
|
+
[`FetchActionInContext`](../type-aliases/FetchActionInContext.md)
|
|
138
140
|
|
|
139
141
|
#### Returns
|
|
140
142
|
|
|
@@ -144,9 +146,9 @@ Action 结束生命周期
|
|
|
144
146
|
|
|
145
147
|
### beforeExec()
|
|
146
148
|
|
|
147
|
-
> **beforeExec**(`context`, `options?`): `Promise`\<\{ `collectors`: `CollectorsRuntime` \| `undefined`; `entry`: [`
|
|
149
|
+
> **beforeExec**(`context`, `options?`): `Promise`\<\{ `collectors`: `CollectorsRuntime` \| `undefined`; `entry`: `Required`\<`Pick`\<[`FetchActionProperties`](../interfaces/FetchActionProperties.md), `"action"`\>\> & `Partial`\<`Pick`\<[`FetchActionProperties`](../interfaces/FetchActionProperties.md), `"id"` \| `"name"`\>\> & `object` & `object`; \}\>
|
|
148
150
|
|
|
149
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
151
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:273](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L273)
|
|
150
152
|
|
|
151
153
|
Action 开始生命周期
|
|
152
154
|
负责:初始化 stack、设置 currentAction、触发事件、调用钩子
|
|
@@ -163,7 +165,7 @@ Action 开始生命周期
|
|
|
163
165
|
|
|
164
166
|
#### Returns
|
|
165
167
|
|
|
166
|
-
`Promise`\<\{ `collectors`: `CollectorsRuntime` \| `undefined`; `entry`: [`
|
|
168
|
+
`Promise`\<\{ `collectors`: `CollectorsRuntime` \| `undefined`; `entry`: `Required`\<`Pick`\<[`FetchActionProperties`](../interfaces/FetchActionProperties.md), `"action"`\>\> & `Partial`\<`Pick`\<[`FetchActionProperties`](../interfaces/FetchActionProperties.md), `"id"` \| `"name"`\>\> & `object` & `object`; \}\>
|
|
167
169
|
|
|
168
170
|
***
|
|
169
171
|
|
|
@@ -171,7 +173,7 @@ Action 开始生命周期
|
|
|
171
173
|
|
|
172
174
|
> `protected` **delegateToEngine**(`context`, `method`, ...`args`): `Promise`\<`any`\>
|
|
173
175
|
|
|
174
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
176
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:110](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L110)
|
|
175
177
|
|
|
176
178
|
#### Parameters
|
|
177
179
|
|
|
@@ -197,7 +199,7 @@ keyof [`FetchEngine`](FetchEngine.md)\<`any`, `any`, `any`\>
|
|
|
197
199
|
|
|
198
200
|
> **execute**\<`R`\>(`context`, `options?`): `Promise`\<[`FetchActionResult`](../interfaces/FetchActionResult.md)\<`R`\>\>
|
|
199
201
|
|
|
200
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
202
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:387](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L387)
|
|
201
203
|
|
|
202
204
|
#### Type Parameters
|
|
203
205
|
|
|
@@ -225,7 +227,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:461](https://github
|
|
|
225
227
|
|
|
226
228
|
> **getCapability**(`mode?`): [`FetchActionCapabilityMode`](../type-aliases/FetchActionCapabilityMode.md)
|
|
227
229
|
|
|
228
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
230
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:76](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L76)
|
|
229
231
|
|
|
230
232
|
#### Parameters
|
|
231
233
|
|
|
@@ -243,7 +245,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:150](https://github
|
|
|
243
245
|
|
|
244
246
|
> `protected` **installCollectors**(`context`, `options?`): `CollectorsRuntime` \| `undefined`
|
|
245
247
|
|
|
246
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
248
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:127](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L127)
|
|
247
249
|
|
|
248
250
|
#### Parameters
|
|
249
251
|
|
|
@@ -265,7 +267,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:201](https://github
|
|
|
265
267
|
|
|
266
268
|
> `protected` `optional` **onAfterExec**(`context`, `options?`): `void` \| `Promise`\<`void`\>
|
|
267
269
|
|
|
268
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
270
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:98](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L98)
|
|
269
271
|
|
|
270
272
|
#### Parameters
|
|
271
273
|
|
|
@@ -287,7 +289,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:172](https://github
|
|
|
287
289
|
|
|
288
290
|
> `protected` `optional` **onBeforeExec**(`context`, `options?`): `void` \| `Promise`\<`void`\>
|
|
289
291
|
|
|
290
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
292
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:94](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L94)
|
|
291
293
|
|
|
292
294
|
#### Parameters
|
|
293
295
|
|
|
@@ -309,7 +311,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:168](https://github
|
|
|
309
311
|
|
|
310
312
|
> `abstract` **onExecute**(`context`, `options?`, `eventPayload?`): `any`
|
|
311
313
|
|
|
312
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
314
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:104](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L104)
|
|
313
315
|
|
|
314
316
|
#### Parameters
|
|
315
317
|
|
|
@@ -337,7 +339,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:178](https://github
|
|
|
337
339
|
|
|
338
340
|
> `static` **create**(`id`): `FetchAction` \| `undefined`
|
|
339
341
|
|
|
340
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
342
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:39](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L39)
|
|
341
343
|
|
|
342
344
|
##### Parameters
|
|
343
345
|
|
|
@@ -353,7 +355,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:113](https://github
|
|
|
353
355
|
|
|
354
356
|
> `static` **create**(`id`): `FetchAction` \| `undefined`
|
|
355
357
|
|
|
356
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
358
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:40](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L40)
|
|
357
359
|
|
|
358
360
|
##### Parameters
|
|
359
361
|
|
|
@@ -369,9 +371,9 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:114](https://github
|
|
|
369
371
|
|
|
370
372
|
### get()
|
|
371
373
|
|
|
372
|
-
> `static` **get**(`id`):
|
|
374
|
+
> `static` **get**(`id`): `any`
|
|
373
375
|
|
|
374
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
376
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:35](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L35)
|
|
375
377
|
|
|
376
378
|
#### Parameters
|
|
377
379
|
|
|
@@ -381,7 +383,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:109](https://github
|
|
|
381
383
|
|
|
382
384
|
#### Returns
|
|
383
385
|
|
|
384
|
-
|
|
386
|
+
`any`
|
|
385
387
|
|
|
386
388
|
***
|
|
387
389
|
|
|
@@ -389,7 +391,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:109](https://github
|
|
|
389
391
|
|
|
390
392
|
> `static` **getCapability**(`mode?`): [`FetchActionCapabilityMode`](../type-aliases/FetchActionCapabilityMode.md)
|
|
391
393
|
|
|
392
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
394
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:72](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L72)
|
|
393
395
|
|
|
394
396
|
#### Parameters
|
|
395
397
|
|
|
@@ -407,7 +409,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:146](https://github
|
|
|
407
409
|
|
|
408
410
|
> `static` **has**(`name`): `boolean`
|
|
409
411
|
|
|
410
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
412
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L56)
|
|
411
413
|
|
|
412
414
|
#### Parameters
|
|
413
415
|
|
|
@@ -425,7 +427,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:130](https://github
|
|
|
425
427
|
|
|
426
428
|
> `static` **list**(): `string`[]
|
|
427
429
|
|
|
428
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
430
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:60](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L60)
|
|
429
431
|
|
|
430
432
|
#### Returns
|
|
431
433
|
|
|
@@ -437,13 +439,13 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:134](https://github
|
|
|
437
439
|
|
|
438
440
|
> `static` **register**(`actionClass`): `void`
|
|
439
441
|
|
|
440
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
442
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:29](https://github.com/isdk/web-fetcher.js/blob/4cd06ed0bedeb2fc8c9242e05d3d068c125ab8a8/src/action/fetch-action.ts#L29)
|
|
441
443
|
|
|
442
444
|
#### Parameters
|
|
443
445
|
|
|
444
446
|
##### actionClass
|
|
445
447
|
|
|
446
|
-
|
|
448
|
+
`any`
|
|
447
449
|
|
|
448
450
|
#### Returns
|
|
449
451
|
|