@isdk/web-fetcher 0.2.10 → 0.2.12
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 +81 -20
- package/README.action.md +81 -4
- package/README.cn.md +8 -6
- package/README.engine.cn.md +28 -8
- package/README.engine.md +28 -8
- package/README.md +8 -6
- package/dist/index.d.mts +408 -11
- package/dist/index.d.ts +408 -11
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/docs/README.md +8 -6
- package/docs/_media/README.action.md +81 -4
- package/docs/_media/README.cn.md +8 -6
- package/docs/_media/README.engine.md +28 -8
- package/docs/classes/CheerioFetchEngine.md +365 -66
- 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 +321 -64
- package/docs/classes/FetchSession.md +118 -21
- 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 +350 -65
- package/docs/classes/SubmitAction.md +23 -23
- package/docs/classes/WaitForAction.md +23 -23
- package/docs/classes/WebFetcher.md +53 -5
- package/docs/enumerations/FetchActionResultStatus.md +4 -4
- package/docs/functions/fetchWeb.md +2 -2
- package/docs/interfaces/BaseFetchActionProperties.md +19 -11
- package/docs/interfaces/BaseFetchCollectorActionProperties.md +27 -15
- package/docs/interfaces/BaseFetcherProperties.md +34 -26
- package/docs/interfaces/DispatchedEngineAction.md +4 -4
- package/docs/interfaces/ExtractActionProperties.md +23 -11
- package/docs/interfaces/FetchActionInContext.md +32 -15
- package/docs/interfaces/FetchActionProperties.md +24 -12
- package/docs/interfaces/FetchActionResult.md +6 -6
- package/docs/interfaces/FetchContext.md +91 -36
- package/docs/interfaces/FetchEngineContext.md +62 -31
- 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 +41 -29
- package/docs/interfaces/FetcherOptions.md +40 -28
- package/docs/interfaces/GotoActionOptions.md +6 -6
- package/docs/interfaces/PendingEngineRequest.md +3 -3
- package/docs/interfaces/StorageOptions.md +5 -5
- package/docs/interfaces/SubmitActionOptions.md +2 -2
- 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/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 +1 -1
- package/package.json +7 -4
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: BaseFetchActionProperties
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L46)
|
|
10
10
|
|
|
11
11
|
## Extended by
|
|
12
12
|
|
|
@@ -24,7 +24,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:44](https://github.
|
|
|
24
24
|
|
|
25
25
|
> `optional` **action**: `string` \| [`FetchAction`](../classes/FetchAction.md)
|
|
26
26
|
|
|
27
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
27
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L49)
|
|
28
28
|
|
|
29
29
|
***
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.
|
|
|
32
32
|
|
|
33
33
|
> `optional` **args**: `any`
|
|
34
34
|
|
|
35
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
35
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:52](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L52)
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
@@ -40,7 +40,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.
|
|
|
40
40
|
|
|
41
41
|
> `optional` **failOnError**: `boolean`
|
|
42
42
|
|
|
43
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
43
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L57)
|
|
44
44
|
|
|
45
45
|
***
|
|
46
46
|
|
|
@@ -48,7 +48,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.
|
|
|
48
48
|
|
|
49
49
|
> `optional` **failOnTimeout**: `boolean`
|
|
50
50
|
|
|
51
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
51
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:59](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L59)
|
|
52
52
|
|
|
53
53
|
***
|
|
54
54
|
|
|
@@ -56,7 +56,15 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.
|
|
|
56
56
|
|
|
57
57
|
> `optional` **id**: `string`
|
|
58
58
|
|
|
59
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
59
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L47)
|
|
60
|
+
|
|
61
|
+
***
|
|
62
|
+
|
|
63
|
+
### index?
|
|
64
|
+
|
|
65
|
+
> `optional` **index**: `number`
|
|
66
|
+
|
|
67
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:50](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L50)
|
|
60
68
|
|
|
61
69
|
***
|
|
62
70
|
|
|
@@ -64,7 +72,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
|
|
|
64
72
|
|
|
65
73
|
> `optional` **maxRetries**: `number`
|
|
66
74
|
|
|
67
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
75
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:61](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L61)
|
|
68
76
|
|
|
69
77
|
***
|
|
70
78
|
|
|
@@ -72,7 +80,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
|
|
|
72
80
|
|
|
73
81
|
> `optional` **name**: `string`
|
|
74
82
|
|
|
75
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
83
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L48)
|
|
76
84
|
|
|
77
85
|
***
|
|
78
86
|
|
|
@@ -80,7 +88,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
|
|
|
80
88
|
|
|
81
89
|
> `optional` **params**: `any`
|
|
82
90
|
|
|
83
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
91
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L51)
|
|
84
92
|
|
|
85
93
|
***
|
|
86
94
|
|
|
@@ -88,7 +96,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.
|
|
|
88
96
|
|
|
89
97
|
> `optional` **storeAs**: `string`
|
|
90
98
|
|
|
91
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
99
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L54)
|
|
92
100
|
|
|
93
101
|
***
|
|
94
102
|
|
|
@@ -96,4 +104,4 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
|
|
|
96
104
|
|
|
97
105
|
> `optional` **timeoutMs**: `number`
|
|
98
106
|
|
|
99
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
107
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:60](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L60)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: BaseFetchCollectorActionProperties
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:69](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L69)
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:63](https://github.
|
|
|
22
22
|
|
|
23
23
|
> `optional` **action**: `string` \| [`FetchAction`](../classes/FetchAction.md)
|
|
24
24
|
|
|
25
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
25
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L49)
|
|
26
26
|
|
|
27
27
|
#### Inherited from
|
|
28
28
|
|
|
@@ -34,7 +34,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.
|
|
|
34
34
|
|
|
35
35
|
> `optional` **activateOn**: `string` \| `RegExp` \| (`string` \| `RegExp`)[]
|
|
36
36
|
|
|
37
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
37
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:72](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L72)
|
|
38
38
|
|
|
39
39
|
***
|
|
40
40
|
|
|
@@ -42,7 +42,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:65](https://github.
|
|
|
42
42
|
|
|
43
43
|
> `optional` **args**: `any`
|
|
44
44
|
|
|
45
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
45
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:52](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L52)
|
|
46
46
|
|
|
47
47
|
#### Inherited from
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.
|
|
|
54
54
|
|
|
55
55
|
> `optional` **background**: `boolean`
|
|
56
56
|
|
|
57
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
57
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:78](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L78)
|
|
58
58
|
|
|
59
59
|
***
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:71](https://github.
|
|
|
62
62
|
|
|
63
63
|
> `optional` **collectOn**: `string` \| `RegExp` \| (`string` \| `RegExp`)[]
|
|
64
64
|
|
|
65
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
65
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:76](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L76)
|
|
66
66
|
|
|
67
67
|
***
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:69](https://github.
|
|
|
70
70
|
|
|
71
71
|
> `optional` **deactivateOn**: `string` \| `RegExp` \| (`string` \| `RegExp`)[]
|
|
72
72
|
|
|
73
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
73
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:74](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L74)
|
|
74
74
|
|
|
75
75
|
***
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:67](https://github.
|
|
|
78
78
|
|
|
79
79
|
> `optional` **failOnError**: `boolean`
|
|
80
80
|
|
|
81
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
81
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L57)
|
|
82
82
|
|
|
83
83
|
#### Inherited from
|
|
84
84
|
|
|
@@ -90,7 +90,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.
|
|
|
90
90
|
|
|
91
91
|
> `optional` **failOnTimeout**: `boolean`
|
|
92
92
|
|
|
93
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
93
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:59](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L59)
|
|
94
94
|
|
|
95
95
|
#### Inherited from
|
|
96
96
|
|
|
@@ -102,7 +102,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.
|
|
|
102
102
|
|
|
103
103
|
> `optional` **id**: `string`
|
|
104
104
|
|
|
105
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
105
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L47)
|
|
106
106
|
|
|
107
107
|
#### Inherited from
|
|
108
108
|
|
|
@@ -110,11 +110,23 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
|
|
|
110
110
|
|
|
111
111
|
***
|
|
112
112
|
|
|
113
|
+
### index?
|
|
114
|
+
|
|
115
|
+
> `optional` **index**: `number`
|
|
116
|
+
|
|
117
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:50](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L50)
|
|
118
|
+
|
|
119
|
+
#### Inherited from
|
|
120
|
+
|
|
121
|
+
[`BaseFetchActionProperties`](BaseFetchActionProperties.md).[`index`](BaseFetchActionProperties.md#index)
|
|
122
|
+
|
|
123
|
+
***
|
|
124
|
+
|
|
113
125
|
### maxRetries?
|
|
114
126
|
|
|
115
127
|
> `optional` **maxRetries**: `number`
|
|
116
128
|
|
|
117
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
129
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:61](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L61)
|
|
118
130
|
|
|
119
131
|
#### Inherited from
|
|
120
132
|
|
|
@@ -126,7 +138,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
|
|
|
126
138
|
|
|
127
139
|
> `optional` **name**: `string`
|
|
128
140
|
|
|
129
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
141
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L48)
|
|
130
142
|
|
|
131
143
|
#### Inherited from
|
|
132
144
|
|
|
@@ -138,7 +150,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
|
|
|
138
150
|
|
|
139
151
|
> `optional` **params**: `any`
|
|
140
152
|
|
|
141
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
153
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L51)
|
|
142
154
|
|
|
143
155
|
#### Inherited from
|
|
144
156
|
|
|
@@ -150,7 +162,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.
|
|
|
150
162
|
|
|
151
163
|
> `optional` **storeAs**: `string`
|
|
152
164
|
|
|
153
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
165
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L54)
|
|
154
166
|
|
|
155
167
|
#### Inherited from
|
|
156
168
|
|
|
@@ -162,7 +174,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
|
|
|
162
174
|
|
|
163
175
|
> `optional` **timeoutMs**: `number`
|
|
164
176
|
|
|
165
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
177
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:60](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L60)
|
|
166
178
|
|
|
167
179
|
#### Inherited from
|
|
168
180
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: BaseFetcherProperties
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:63](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L63)
|
|
10
10
|
|
|
11
11
|
## Extended by
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:57](https://github.com/isdk/
|
|
|
20
20
|
|
|
21
21
|
> `optional` **antibot**: `boolean`
|
|
22
22
|
|
|
23
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
23
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L74)
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:68](https://github.com/isdk/
|
|
|
28
28
|
|
|
29
29
|
> `optional` **blockResources**: `string`[]
|
|
30
30
|
|
|
31
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
31
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:91](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L91)
|
|
32
32
|
|
|
33
33
|
***
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:84](https://github.com/isdk/
|
|
|
36
36
|
|
|
37
37
|
> `optional` **browser**: `object`
|
|
38
38
|
|
|
39
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
39
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:101](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L101)
|
|
40
40
|
|
|
41
41
|
#### engine?
|
|
42
42
|
|
|
@@ -61,7 +61,15 @@ Defined in: [packages/web-fetcher/src/core/types.ts:94](https://github.com/isdk/
|
|
|
61
61
|
|
|
62
62
|
> `optional` **cookies**: [`Cookie`](Cookie.md)[]
|
|
63
63
|
|
|
64
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
64
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:78](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L78)
|
|
65
|
+
|
|
66
|
+
***
|
|
67
|
+
|
|
68
|
+
### debug?
|
|
69
|
+
|
|
70
|
+
> `optional` **debug**: `boolean`
|
|
71
|
+
|
|
72
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:75](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L75)
|
|
65
73
|
|
|
66
74
|
***
|
|
67
75
|
|
|
@@ -69,7 +77,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/
|
|
|
69
77
|
|
|
70
78
|
> `optional` **delayBetweenRequestsMs**: `number`
|
|
71
79
|
|
|
72
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
80
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:122](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L122)
|
|
73
81
|
|
|
74
82
|
***
|
|
75
83
|
|
|
@@ -77,7 +85,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:115](https://github.com/isdk
|
|
|
77
85
|
|
|
78
86
|
> `optional` **enableSmart**: `boolean`
|
|
79
87
|
|
|
80
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
88
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L72)
|
|
81
89
|
|
|
82
90
|
***
|
|
83
91
|
|
|
@@ -85,7 +93,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:66](https://github.com/isdk/
|
|
|
85
93
|
|
|
86
94
|
> `optional` **engine**: `string`
|
|
87
95
|
|
|
88
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
96
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L71)
|
|
89
97
|
|
|
90
98
|
抓取模式
|
|
91
99
|
|
|
@@ -99,7 +107,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:65](https://github.com/isdk/
|
|
|
99
107
|
|
|
100
108
|
> `optional` **headers**: `Record`\<`string`, `string`\>
|
|
101
109
|
|
|
102
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
110
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:77](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L77)
|
|
103
111
|
|
|
104
112
|
***
|
|
105
113
|
|
|
@@ -107,7 +115,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/
|
|
|
107
115
|
|
|
108
116
|
> `optional` **http**: `object`
|
|
109
117
|
|
|
110
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
118
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:113](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L113)
|
|
111
119
|
|
|
112
120
|
#### body?
|
|
113
121
|
|
|
@@ -123,7 +131,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:106](https://github.com/isdk
|
|
|
123
131
|
|
|
124
132
|
> `optional` **ignoreSslErrors**: `boolean`
|
|
125
133
|
|
|
126
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
134
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:99](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L99)
|
|
127
135
|
|
|
128
136
|
***
|
|
129
137
|
|
|
@@ -131,7 +139,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:92](https://github.com/isdk/
|
|
|
131
139
|
|
|
132
140
|
> `optional` **maxConcurrency**: `number`
|
|
133
141
|
|
|
134
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
142
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:120](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L120)
|
|
135
143
|
|
|
136
144
|
***
|
|
137
145
|
|
|
@@ -139,7 +147,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:113](https://github.com/isdk
|
|
|
139
147
|
|
|
140
148
|
> `optional` **maxRequestsPerMinute**: `number`
|
|
141
149
|
|
|
142
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
150
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:121](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L121)
|
|
143
151
|
|
|
144
152
|
***
|
|
145
153
|
|
|
@@ -147,7 +155,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:114](https://github.com/isdk
|
|
|
147
155
|
|
|
148
156
|
> `optional` **output**: `object`
|
|
149
157
|
|
|
150
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
158
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:84](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L84)
|
|
151
159
|
|
|
152
160
|
#### cookies?
|
|
153
161
|
|
|
@@ -163,7 +171,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:77](https://github.com/isdk/
|
|
|
163
171
|
|
|
164
172
|
> `optional` **overrideSessionState**: `boolean`
|
|
165
173
|
|
|
166
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
174
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:81](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L81)
|
|
167
175
|
|
|
168
176
|
***
|
|
169
177
|
|
|
@@ -171,7 +179,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/
|
|
|
171
179
|
|
|
172
180
|
> `optional` **proxy**: `string` \| `string`[]
|
|
173
181
|
|
|
174
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
182
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:89](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L89)
|
|
175
183
|
|
|
176
184
|
***
|
|
177
185
|
|
|
@@ -179,7 +187,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:82](https://github.com/isdk/
|
|
|
179
187
|
|
|
180
188
|
> `optional` **requestHandlerTimeoutSecs**: `number`
|
|
181
189
|
|
|
182
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
190
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:119](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L119)
|
|
183
191
|
|
|
184
192
|
***
|
|
185
193
|
|
|
@@ -187,7 +195,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:112](https://github.com/isdk
|
|
|
187
195
|
|
|
188
196
|
> `optional` **retries**: `number`
|
|
189
197
|
|
|
190
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
198
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:123](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L123)
|
|
191
199
|
|
|
192
200
|
***
|
|
193
201
|
|
|
@@ -195,7 +203,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:116](https://github.com/isdk
|
|
|
195
203
|
|
|
196
204
|
> `optional` **sessionPoolOptions**: `SessionPoolOptions`
|
|
197
205
|
|
|
198
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
206
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:80](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L80)
|
|
199
207
|
|
|
200
208
|
***
|
|
201
209
|
|
|
@@ -203,7 +211,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/
|
|
|
203
211
|
|
|
204
212
|
> `optional` **sessionState**: `any`
|
|
205
213
|
|
|
206
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
214
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:79](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L79)
|
|
207
215
|
|
|
208
216
|
***
|
|
209
217
|
|
|
@@ -211,7 +219,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/
|
|
|
211
219
|
|
|
212
220
|
> `optional` **sites**: [`FetchSite`](FetchSite.md)[]
|
|
213
221
|
|
|
214
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
222
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:125](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L125)
|
|
215
223
|
|
|
216
224
|
***
|
|
217
225
|
|
|
@@ -219,7 +227,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:118](https://github.com/isdk
|
|
|
219
227
|
|
|
220
228
|
> `optional` **storage**: [`StorageOptions`](StorageOptions.md)
|
|
221
229
|
|
|
222
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
230
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:96](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L96)
|
|
223
231
|
|
|
224
232
|
Storage configuration for session isolation and persistence.
|
|
225
233
|
|
|
@@ -229,7 +237,7 @@ Storage configuration for session isolation and persistence.
|
|
|
229
237
|
|
|
230
238
|
> `optional` **throwHttpErrors**: `boolean`
|
|
231
239
|
|
|
232
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
240
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:82](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L82)
|
|
233
241
|
|
|
234
242
|
***
|
|
235
243
|
|
|
@@ -237,7 +245,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:75](https://github.com/isdk/
|
|
|
237
245
|
|
|
238
246
|
> `optional` **timeoutMs**: `number`
|
|
239
247
|
|
|
240
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
248
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:118](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L118)
|
|
241
249
|
|
|
242
250
|
***
|
|
243
251
|
|
|
@@ -245,7 +253,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:111](https://github.com/isdk
|
|
|
245
253
|
|
|
246
254
|
> `optional` **url**: `string`
|
|
247
255
|
|
|
248
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
256
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:126](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L126)
|
|
249
257
|
|
|
250
258
|
***
|
|
251
259
|
|
|
@@ -253,4 +261,4 @@ Defined in: [packages/web-fetcher/src/core/types.ts:119](https://github.com/isdk
|
|
|
253
261
|
|
|
254
262
|
> `optional` **useSiteRegistry**: `boolean`
|
|
255
263
|
|
|
256
|
-
Defined in: [packages/web-fetcher/src/core/types.ts:
|
|
264
|
+
Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/core/types.ts#L73)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: DispatchedEngineAction
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/engine/base.ts:
|
|
9
|
+
Defined in: [packages/web-fetcher/src/engine/base.ts:129](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/engine/base.ts#L129)
|
|
10
10
|
|
|
11
11
|
Represents an action that has been dispatched and is awaiting execution in the active page context.
|
|
12
12
|
|
|
@@ -21,7 +21,7 @@ to handle promises while maintaining the page context validity window.
|
|
|
21
21
|
|
|
22
22
|
> **action**: [`FetchEngineAction`](../type-aliases/FetchEngineAction.md)
|
|
23
23
|
|
|
24
|
-
Defined in: [packages/web-fetcher/src/engine/base.ts:
|
|
24
|
+
Defined in: [packages/web-fetcher/src/engine/base.ts:130](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/engine/base.ts#L130)
|
|
25
25
|
|
|
26
26
|
***
|
|
27
27
|
|
|
@@ -29,7 +29,7 @@ Defined in: [packages/web-fetcher/src/engine/base.ts:101](https://github.com/isd
|
|
|
29
29
|
|
|
30
30
|
> **reject**: (`reason?`) => `void`
|
|
31
31
|
|
|
32
|
-
Defined in: [packages/web-fetcher/src/engine/base.ts:
|
|
32
|
+
Defined in: [packages/web-fetcher/src/engine/base.ts:132](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/engine/base.ts#L132)
|
|
33
33
|
|
|
34
34
|
#### Parameters
|
|
35
35
|
|
|
@@ -47,7 +47,7 @@ Defined in: [packages/web-fetcher/src/engine/base.ts:103](https://github.com/isd
|
|
|
47
47
|
|
|
48
48
|
> **resolve**: (`value?`) => `void`
|
|
49
49
|
|
|
50
|
-
Defined in: [packages/web-fetcher/src/engine/base.ts:
|
|
50
|
+
Defined in: [packages/web-fetcher/src/engine/base.ts:131](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/engine/base.ts#L131)
|
|
51
51
|
|
|
52
52
|
#### Parameters
|
|
53
53
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# Interface: ExtractActionProperties
|
|
8
8
|
|
|
9
|
-
Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:5](https://github.com/isdk/web-fetcher.js/blob/
|
|
9
|
+
Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:5](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/definitions/extract.ts#L5)
|
|
10
10
|
|
|
11
11
|
## Extends
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@ Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:5](https://g
|
|
|
22
22
|
|
|
23
23
|
> `optional` **action**: `string` \| [`FetchAction`](../classes/FetchAction.md)
|
|
24
24
|
|
|
25
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
25
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L49)
|
|
26
26
|
|
|
27
27
|
#### Inherited from
|
|
28
28
|
|
|
@@ -34,7 +34,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.
|
|
|
34
34
|
|
|
35
35
|
> `optional` **args**: `any`
|
|
36
36
|
|
|
37
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
37
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:52](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L52)
|
|
38
38
|
|
|
39
39
|
#### Inherited from
|
|
40
40
|
|
|
@@ -46,7 +46,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.
|
|
|
46
46
|
|
|
47
47
|
> `optional` **failOnError**: `boolean`
|
|
48
48
|
|
|
49
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
49
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L57)
|
|
50
50
|
|
|
51
51
|
#### Inherited from
|
|
52
52
|
|
|
@@ -58,7 +58,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.
|
|
|
58
58
|
|
|
59
59
|
> `optional` **failOnTimeout**: `boolean`
|
|
60
60
|
|
|
61
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
61
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:59](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L59)
|
|
62
62
|
|
|
63
63
|
#### Inherited from
|
|
64
64
|
|
|
@@ -70,7 +70,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.
|
|
|
70
70
|
|
|
71
71
|
> `optional` **id**: `string`
|
|
72
72
|
|
|
73
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
73
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L47)
|
|
74
74
|
|
|
75
75
|
#### Inherited from
|
|
76
76
|
|
|
@@ -78,11 +78,23 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
|
|
|
78
78
|
|
|
79
79
|
***
|
|
80
80
|
|
|
81
|
+
### index?
|
|
82
|
+
|
|
83
|
+
> `optional` **index**: `number`
|
|
84
|
+
|
|
85
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:50](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L50)
|
|
86
|
+
|
|
87
|
+
#### Inherited from
|
|
88
|
+
|
|
89
|
+
[`BaseFetchActionProperties`](BaseFetchActionProperties.md).[`index`](BaseFetchActionProperties.md#index)
|
|
90
|
+
|
|
91
|
+
***
|
|
92
|
+
|
|
81
93
|
### maxRetries?
|
|
82
94
|
|
|
83
95
|
> `optional` **maxRetries**: `number`
|
|
84
96
|
|
|
85
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
97
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:61](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L61)
|
|
86
98
|
|
|
87
99
|
#### Inherited from
|
|
88
100
|
|
|
@@ -94,7 +106,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
|
|
|
94
106
|
|
|
95
107
|
> `optional` **name**: `string`
|
|
96
108
|
|
|
97
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
109
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L48)
|
|
98
110
|
|
|
99
111
|
#### Inherited from
|
|
100
112
|
|
|
@@ -106,7 +118,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
|
|
|
106
118
|
|
|
107
119
|
> **params**: `ExtractSchema`
|
|
108
120
|
|
|
109
|
-
Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://github.com/isdk/web-fetcher.js/blob/
|
|
121
|
+
Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/definitions/extract.ts#L6)
|
|
110
122
|
|
|
111
123
|
#### Overrides
|
|
112
124
|
|
|
@@ -118,7 +130,7 @@ Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://g
|
|
|
118
130
|
|
|
119
131
|
> `optional` **storeAs**: `string`
|
|
120
132
|
|
|
121
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
133
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L54)
|
|
122
134
|
|
|
123
135
|
#### Inherited from
|
|
124
136
|
|
|
@@ -130,7 +142,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
|
|
|
130
142
|
|
|
131
143
|
> `optional` **timeoutMs**: `number`
|
|
132
144
|
|
|
133
|
-
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:
|
|
145
|
+
Defined in: [packages/web-fetcher/src/action/fetch-action.ts:60](https://github.com/isdk/web-fetcher.js/blob/61e40bab9fc20e6de9e2060909d088d8c6cc7b99/src/action/fetch-action.ts#L60)
|
|
134
146
|
|
|
135
147
|
#### Inherited from
|
|
136
148
|
|