@isdk/web-fetcher 0.2.6 → 0.2.7

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.
Files changed (57) hide show
  1. package/README.engine.cn.md +28 -0
  2. package/README.engine.md +28 -0
  3. package/dist/index.d.mts +9 -3
  4. package/dist/index.d.ts +9 -3
  5. package/dist/index.js +1 -1
  6. package/dist/index.mjs +1 -1
  7. package/docs/_media/README.engine.md +28 -0
  8. package/docs/classes/CheerioFetchEngine.md +83 -71
  9. package/docs/classes/ClickAction.md +23 -23
  10. package/docs/classes/ExtractAction.md +23 -23
  11. package/docs/classes/FetchAction.md +23 -23
  12. package/docs/classes/FetchEngine.md +75 -67
  13. package/docs/classes/FetchSession.md +24 -12
  14. package/docs/classes/FillAction.md +23 -23
  15. package/docs/classes/GetContentAction.md +23 -23
  16. package/docs/classes/GotoAction.md +23 -23
  17. package/docs/classes/PauseAction.md +23 -23
  18. package/docs/classes/PlaywrightFetchEngine.md +83 -71
  19. package/docs/classes/SubmitAction.md +23 -23
  20. package/docs/classes/WaitForAction.md +23 -23
  21. package/docs/classes/WebFetcher.md +5 -5
  22. package/docs/enumerations/FetchActionResultStatus.md +4 -4
  23. package/docs/functions/fetchWeb.md +2 -2
  24. package/docs/interfaces/BaseFetchActionProperties.md +11 -11
  25. package/docs/interfaces/BaseFetchCollectorActionProperties.md +15 -15
  26. package/docs/interfaces/BaseFetcherProperties.md +38 -22
  27. package/docs/interfaces/DispatchedEngineAction.md +4 -4
  28. package/docs/interfaces/ExtractActionProperties.md +11 -11
  29. package/docs/interfaces/FetchActionInContext.md +15 -15
  30. package/docs/interfaces/FetchActionProperties.md +12 -12
  31. package/docs/interfaces/FetchActionResult.md +6 -6
  32. package/docs/interfaces/FetchContext.md +56 -32
  33. package/docs/interfaces/FetchEngineContext.md +51 -27
  34. package/docs/interfaces/FetchMetadata.md +5 -5
  35. package/docs/interfaces/FetchResponse.md +13 -13
  36. package/docs/interfaces/FetchReturnTypeRegistry.md +7 -7
  37. package/docs/interfaces/FetchSite.md +49 -25
  38. package/docs/interfaces/FetcherOptions.md +48 -24
  39. package/docs/interfaces/GotoActionOptions.md +6 -6
  40. package/docs/interfaces/PendingEngineRequest.md +3 -3
  41. package/docs/interfaces/SubmitActionOptions.md +2 -2
  42. package/docs/interfaces/WaitForActionOptions.md +5 -5
  43. package/docs/type-aliases/BaseFetchActionOptions.md +1 -1
  44. package/docs/type-aliases/BaseFetchCollectorOptions.md +1 -1
  45. package/docs/type-aliases/BrowserEngine.md +1 -1
  46. package/docs/type-aliases/FetchActionCapabilities.md +1 -1
  47. package/docs/type-aliases/FetchActionCapabilityMode.md +1 -1
  48. package/docs/type-aliases/FetchActionOptions.md +1 -1
  49. package/docs/type-aliases/FetchEngineAction.md +1 -1
  50. package/docs/type-aliases/FetchEngineType.md +1 -1
  51. package/docs/type-aliases/FetchReturnType.md +1 -1
  52. package/docs/type-aliases/FetchReturnTypeFor.md +1 -1
  53. package/docs/type-aliases/OnFetchPauseCallback.md +1 -1
  54. package/docs/type-aliases/ResourceType.md +1 -1
  55. package/docs/variables/DefaultFetcherProperties.md +1 -1
  56. package/docs/variables/FetcherOptionKeys.md +1 -1
  57. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: BaseFetchCollectorActionProperties
8
8
 
9
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:63](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L63)
9
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:63](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L63)
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:47](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L47)
25
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L47)
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:65](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L65)
37
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:65](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L65)
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:49](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L49)
45
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L49)
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:71](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L71)
57
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:71](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L71)
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:69](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L69)
65
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:69](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L69)
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:67](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L67)
73
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:67](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L67)
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:54](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L54)
81
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L54)
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:56](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L56)
93
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L56)
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:45](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L45)
105
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L45)
106
106
 
107
107
  #### Inherited from
108
108
 
@@ -114,7 +114,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
114
114
 
115
115
  > `optional` **maxRetries**: `number`
116
116
 
117
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L58)
117
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L58)
118
118
 
119
119
  #### Inherited from
120
120
 
@@ -126,7 +126,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
126
126
 
127
127
  > `optional` **name**: `string`
128
128
 
129
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L46)
129
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L46)
130
130
 
131
131
  #### Inherited from
132
132
 
@@ -138,7 +138,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
138
138
 
139
139
  > `optional` **params**: `any`
140
140
 
141
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L48)
141
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L48)
142
142
 
143
143
  #### Inherited from
144
144
 
@@ -150,7 +150,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.
150
150
 
151
151
  > `optional` **storeAs**: `string`
152
152
 
153
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L51)
153
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L51)
154
154
 
155
155
  #### Inherited from
156
156
 
@@ -162,7 +162,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
162
162
 
163
163
  > `optional` **timeoutMs**: `number`
164
164
 
165
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L57)
165
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L57)
166
166
 
167
167
  #### Inherited from
168
168
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: BaseFetcherProperties
8
8
 
9
- Defined in: [packages/web-fetcher/src/core/types.ts:26](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L26)
9
+ Defined in: [packages/web-fetcher/src/core/types.ts:26](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L26)
10
10
 
11
11
  ## Extended by
12
12
 
@@ -20,7 +20,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:26](https://github.com/isdk/
20
20
 
21
21
  > `optional` **antibot**: `boolean`
22
22
 
23
- Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L37)
23
+ Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L37)
24
24
 
25
25
  ***
26
26
 
@@ -28,7 +28,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:37](https://github.com/isdk/
28
28
 
29
29
  > `optional` **blockResources**: `string`[]
30
30
 
31
- Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L46)
31
+ Defined in: [packages/web-fetcher/src/core/types.ts:48](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L48)
32
32
 
33
33
  ***
34
34
 
@@ -36,7 +36,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/
36
36
 
37
37
  > `optional` **browser**: `object`
38
38
 
39
- Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L52)
39
+ Defined in: [packages/web-fetcher/src/core/types.ts:54](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L54)
40
40
 
41
41
  #### engine?
42
42
 
@@ -61,7 +61,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:52](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:40](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L40)
64
+ Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L40)
65
65
 
66
66
  ***
67
67
 
@@ -69,7 +69,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:40](https://github.com/isdk/
69
69
 
70
70
  > `optional` **delayBetweenRequestsMs**: `number`
71
71
 
72
- Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L73)
72
+ Defined in: [packages/web-fetcher/src/core/types.ts:75](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L75)
73
73
 
74
74
  ***
75
75
 
@@ -77,7 +77,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/
77
77
 
78
78
  > `optional` **enableSmart**: `boolean`
79
79
 
80
- Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L35)
80
+ Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L35)
81
81
 
82
82
  ***
83
83
 
@@ -85,7 +85,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:35](https://github.com/isdk/
85
85
 
86
86
  > `optional` **engine**: `string`
87
87
 
88
- Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L34)
88
+ Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L34)
89
89
 
90
90
  抓取模式
91
91
 
@@ -99,7 +99,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:34](https://github.com/isdk/
99
99
 
100
100
  > `optional` **headers**: `Record`\<`string`, `string`\>
101
101
 
102
- Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L39)
102
+ Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L39)
103
103
 
104
104
  ***
105
105
 
@@ -107,7 +107,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:39](https://github.com/isdk/
107
107
 
108
108
  > `optional` **http**: `object`
109
109
 
110
- Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L64)
110
+ Defined in: [packages/web-fetcher/src/core/types.ts:66](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L66)
111
111
 
112
112
  #### body?
113
113
 
@@ -123,7 +123,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:64](https://github.com/isdk/
123
123
 
124
124
  > `optional` **ignoreSslErrors**: `boolean`
125
125
 
126
- Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L50)
126
+ Defined in: [packages/web-fetcher/src/core/types.ts:52](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L52)
127
127
 
128
128
  ***
129
129
 
@@ -131,7 +131,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:50](https://github.com/isdk/
131
131
 
132
132
  > `optional` **maxConcurrency**: `number`
133
133
 
134
- Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L71)
134
+ Defined in: [packages/web-fetcher/src/core/types.ts:73](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L73)
135
135
 
136
136
  ***
137
137
 
@@ -139,7 +139,15 @@ Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/
139
139
 
140
140
  > `optional` **maxRequestsPerMinute**: `number`
141
141
 
142
- Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L72)
142
+ Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L74)
143
+
144
+ ***
145
+
146
+ ### overrideSessionState?
147
+
148
+ > `optional` **overrideSessionState**: `boolean`
149
+
150
+ Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L42)
143
151
 
144
152
  ***
145
153
 
@@ -147,7 +155,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/
147
155
 
148
156
  > `optional` **proxy**: `string` \| `string`[]
149
157
 
150
- Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L44)
158
+ Defined in: [packages/web-fetcher/src/core/types.ts:46](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L46)
151
159
 
152
160
  ***
153
161
 
@@ -155,7 +163,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/
155
163
 
156
164
  > `optional` **requestHandlerTimeoutSecs**: `number`
157
165
 
158
- Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L70)
166
+ Defined in: [packages/web-fetcher/src/core/types.ts:72](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L72)
159
167
 
160
168
  ***
161
169
 
@@ -163,7 +171,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:70](https://github.com/isdk/
163
171
 
164
172
  > `optional` **retries**: `number`
165
173
 
166
- Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L74)
174
+ Defined in: [packages/web-fetcher/src/core/types.ts:76](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L76)
167
175
 
168
176
  ***
169
177
 
@@ -171,7 +179,15 @@ Defined in: [packages/web-fetcher/src/core/types.ts:74](https://github.com/isdk/
171
179
 
172
180
  > `optional` **reuseCookies**: `boolean`
173
181
 
174
- Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L41)
182
+ Defined in: [packages/web-fetcher/src/core/types.ts:43](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L43)
183
+
184
+ ***
185
+
186
+ ### sessionState?
187
+
188
+ > `optional` **sessionState**: `any`
189
+
190
+ Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L41)
175
191
 
176
192
  ***
177
193
 
@@ -179,7 +195,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:41](https://github.com/isdk/
179
195
 
180
196
  > `optional` **sites**: [`FetchSite`](FetchSite.md)[]
181
197
 
182
- Defined in: [packages/web-fetcher/src/core/types.ts:76](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L76)
198
+ Defined in: [packages/web-fetcher/src/core/types.ts:78](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L78)
183
199
 
184
200
  ***
185
201
 
@@ -187,7 +203,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:76](https://github.com/isdk/
187
203
 
188
204
  > `optional` **throwHttpErrors**: `boolean`
189
205
 
190
- Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L42)
206
+ Defined in: [packages/web-fetcher/src/core/types.ts:44](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L44)
191
207
 
192
208
  ***
193
209
 
@@ -195,7 +211,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:42](https://github.com/isdk/
195
211
 
196
212
  > `optional` **timeoutMs**: `number`
197
213
 
198
- Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L69)
214
+ Defined in: [packages/web-fetcher/src/core/types.ts:71](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L71)
199
215
 
200
216
  ***
201
217
 
@@ -203,7 +219,7 @@ Defined in: [packages/web-fetcher/src/core/types.ts:69](https://github.com/isdk/
203
219
 
204
220
  > `optional` **url**: `string`
205
221
 
206
- Defined in: [packages/web-fetcher/src/core/types.ts:77](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L77)
222
+ Defined in: [packages/web-fetcher/src/core/types.ts:79](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L79)
207
223
 
208
224
  ***
209
225
 
@@ -211,4 +227,4 @@ Defined in: [packages/web-fetcher/src/core/types.ts:77](https://github.com/isdk/
211
227
 
212
228
  > `optional` **useSiteRegistry**: `boolean`
213
229
 
214
- Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/types.ts#L36)
230
+ Defined in: [packages/web-fetcher/src/core/types.ts:36](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/types.ts#L36)
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: DispatchedEngineAction
8
8
 
9
- Defined in: [packages/web-fetcher/src/engine/base.ts:97](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/engine/base.ts#L97)
9
+ Defined in: [packages/web-fetcher/src/engine/base.ts:100](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/engine/base.ts#L100)
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:98](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/engine/base.ts#L98)
24
+ Defined in: [packages/web-fetcher/src/engine/base.ts:101](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/engine/base.ts#L101)
25
25
 
26
26
  ***
27
27
 
@@ -29,7 +29,7 @@ Defined in: [packages/web-fetcher/src/engine/base.ts:98](https://github.com/isdk
29
29
 
30
30
  > **reject**: (`reason?`) => `void`
31
31
 
32
- Defined in: [packages/web-fetcher/src/engine/base.ts:100](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/engine/base.ts#L100)
32
+ Defined in: [packages/web-fetcher/src/engine/base.ts:103](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/engine/base.ts#L103)
33
33
 
34
34
  #### Parameters
35
35
 
@@ -47,7 +47,7 @@ Defined in: [packages/web-fetcher/src/engine/base.ts:100](https://github.com/isd
47
47
 
48
48
  > **resolve**: (`value?`) => `void`
49
49
 
50
- Defined in: [packages/web-fetcher/src/engine/base.ts:99](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/engine/base.ts#L99)
50
+ Defined in: [packages/web-fetcher/src/engine/base.ts:102](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/engine/base.ts#L102)
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/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/definitions/extract.ts#L5)
9
+ Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:5](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/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:47](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L47)
25
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L47)
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:49](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L49)
37
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L49)
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:54](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L54)
49
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L54)
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:56](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L56)
61
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L56)
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:45](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L45)
73
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L45)
74
74
 
75
75
  #### Inherited from
76
76
 
@@ -82,7 +82,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
82
82
 
83
83
  > `optional` **maxRetries**: `number`
84
84
 
85
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L58)
85
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L58)
86
86
 
87
87
  #### Inherited from
88
88
 
@@ -94,7 +94,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
94
94
 
95
95
  > `optional` **name**: `string`
96
96
 
97
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L46)
97
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L46)
98
98
 
99
99
  #### Inherited from
100
100
 
@@ -106,7 +106,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
106
106
 
107
107
  > **params**: `ExtractSchema`
108
108
 
109
- Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/definitions/extract.ts#L6)
109
+ Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/definitions/extract.ts#L6)
110
110
 
111
111
  #### Overrides
112
112
 
@@ -118,7 +118,7 @@ Defined in: [packages/web-fetcher/src/action/definitions/extract.ts:6](https://g
118
118
 
119
119
  > `optional` **storeAs**: `string`
120
120
 
121
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L51)
121
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L51)
122
122
 
123
123
  #### Inherited from
124
124
 
@@ -130,7 +130,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
130
130
 
131
131
  > `optional` **timeoutMs**: `number`
132
132
 
133
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L57)
133
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L57)
134
134
 
135
135
  #### Inherited from
136
136
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: FetchActionInContext
8
8
 
9
- Defined in: [packages/web-fetcher/src/core/context.ts:7](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/context.ts#L7)
9
+ Defined in: [packages/web-fetcher/src/core/context.ts:7](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/context.ts#L7)
10
10
 
11
11
  ## Extends
12
12
 
@@ -22,7 +22,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:7](https://github.com/isdk
22
22
 
23
23
  > `optional` **action**: `string` \| [`FetchAction`](../classes/FetchAction.md)
24
24
 
25
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L47)
25
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:47](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L47)
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:49](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L49)
37
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:49](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L49)
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` **collectors**: `_RequireAtLeastOne`\<[`BaseFetchCollectorActionProperties`](BaseFetchCollectorActionProperties.md), `"name"` \| `"id"` \| `"action"`\>[]
48
48
 
49
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:77](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L77)
49
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:77](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L77)
50
50
 
51
51
  #### Inherited from
52
52
 
@@ -58,7 +58,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:77](https://github.
58
58
 
59
59
  > `optional` **depth**: `number`
60
60
 
61
- Defined in: [packages/web-fetcher/src/core/context.ts:10](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/context.ts#L10)
61
+ Defined in: [packages/web-fetcher/src/core/context.ts:10](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/context.ts#L10)
62
62
 
63
63
  ***
64
64
 
@@ -66,7 +66,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:10](https://github.com/isd
66
66
 
67
67
  > `optional` **error**: `Error`
68
68
 
69
- Defined in: [packages/web-fetcher/src/core/context.ts:9](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/context.ts#L9)
69
+ Defined in: [packages/web-fetcher/src/core/context.ts:9](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/context.ts#L9)
70
70
 
71
71
  ***
72
72
 
@@ -74,7 +74,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:9](https://github.com/isdk
74
74
 
75
75
  > `optional` **failOnError**: `boolean`
76
76
 
77
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L54)
77
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L54)
78
78
 
79
79
  #### Inherited from
80
80
 
@@ -86,7 +86,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:54](https://github.
86
86
 
87
87
  > `optional` **failOnTimeout**: `boolean`
88
88
 
89
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L56)
89
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L56)
90
90
 
91
91
  #### Inherited from
92
92
 
@@ -98,7 +98,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:56](https://github.
98
98
 
99
99
  > `optional` **id**: `string`
100
100
 
101
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L45)
101
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L45)
102
102
 
103
103
  #### Inherited from
104
104
 
@@ -110,7 +110,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:45](https://github.
110
110
 
111
111
  > `optional` **index**: `number`
112
112
 
113
- Defined in: [packages/web-fetcher/src/core/context.ts:8](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/core/context.ts#L8)
113
+ Defined in: [packages/web-fetcher/src/core/context.ts:8](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/core/context.ts#L8)
114
114
 
115
115
  ***
116
116
 
@@ -118,7 +118,7 @@ Defined in: [packages/web-fetcher/src/core/context.ts:8](https://github.com/isdk
118
118
 
119
119
  > `optional` **maxRetries**: `number`
120
120
 
121
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L58)
121
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L58)
122
122
 
123
123
  #### Inherited from
124
124
 
@@ -130,7 +130,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:58](https://github.
130
130
 
131
131
  > `optional` **name**: `string`
132
132
 
133
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L46)
133
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L46)
134
134
 
135
135
  #### Inherited from
136
136
 
@@ -142,7 +142,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:46](https://github.
142
142
 
143
143
  > `optional` **params**: `any`
144
144
 
145
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L48)
145
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L48)
146
146
 
147
147
  #### Inherited from
148
148
 
@@ -154,7 +154,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:48](https://github.
154
154
 
155
155
  > `optional` **storeAs**: `string`
156
156
 
157
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L51)
157
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L51)
158
158
 
159
159
  #### Inherited from
160
160
 
@@ -166,7 +166,7 @@ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:51](https://github.
166
166
 
167
167
  > `optional` **timeoutMs**: `number`
168
168
 
169
- Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/d7b505cc39fc821039fb79f641e2e590d2fc028d/src/action/fetch-action.ts#L57)
169
+ Defined in: [packages/web-fetcher/src/action/fetch-action.ts:57](https://github.com/isdk/web-fetcher.js/blob/67ac2abdb01356cc0cf363248f4ef8f77c28d78f/src/action/fetch-action.ts#L57)
170
170
 
171
171
  #### Inherited from
172
172