@sankhyalabs/core 5.20.0-dev.5 → 5.20.0-dev.50
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/.docs/README.md +3 -1
- package/.docs/classes/ApplicationContext.md +31 -32
- package/.docs/classes/ArrayUtils.md +95 -83
- package/.docs/classes/AuthorizedServiceCaller.md +25 -34
- package/.docs/classes/Change.md +59 -74
- package/.docs/classes/DataUnit.md +1180 -1086
- package/.docs/classes/DataUnitAction.md +25 -42
- package/.docs/classes/DataUnitStorage.md +40 -43
- package/.docs/classes/DateUtils.md +140 -133
- package/.docs/classes/ElementIDUtils.md +123 -122
- package/.docs/classes/ErrorException.md +67 -88
- package/.docs/classes/ErrorTracking.md +20 -23
- package/.docs/classes/FieldComparator.md +35 -39
- package/.docs/classes/FloatingManager.md +195 -198
- package/.docs/classes/HTMLBuilder.md +14 -20
- package/.docs/classes/HttpProvider.md +45 -41
- package/.docs/classes/IDBRepository.md +201 -196
- package/.docs/classes/JSUtils.md +65 -66
- package/.docs/classes/KeyboardManager.md +95 -87
- package/.docs/classes/{MaskFormatter-1.md → MaskFormatter.md} +93 -128
- package/.docs/classes/NumberUtils.md +163 -152
- package/.docs/classes/ObjectUtils.md +206 -70
- package/.docs/classes/OnboardingUtils.md +36 -51
- package/.docs/classes/OverflowWatcher.md +533 -0
- package/.docs/classes/PromiseSync.md +25 -42
- package/.docs/classes/ReadyUtil.md +31 -41
- package/.docs/classes/RequestMetadata.md +29 -30
- package/.docs/classes/SearchUtils.md +18 -20
- package/.docs/classes/SelectionInfo.md +73 -74
- package/.docs/classes/ServiceCanceledException.md +193 -0
- package/.docs/classes/SkwHttpProvider.md +33 -45
- package/.docs/classes/StringUtils.md +297 -322
- package/.docs/classes/TimeFormatter.md +43 -44
- package/.docs/classes/UserAgentUtils.md +17 -20
- package/.docs/classes/VersionUtils.md +15 -18
- package/.docs/classes/WaitingChangeException.md +63 -84
- package/.docs/classes/WarningException.md +67 -88
- package/.docs/enumerations/Action.md +317 -0
- package/.docs/enumerations/ChangeOperation.md +47 -0
- package/.docs/enumerations/DataType.md +57 -0
- package/.docs/enumerations/DependencyType.md +37 -0
- package/.docs/enumerations/OverflowDirection.md +29 -0
- package/.docs/enumerations/SelectionMode.md +27 -0
- package/.docs/enumerations/SortMode.md +27 -0
- package/.docs/enumerations/UserInterface.md +177 -0
- package/.docs/functions/defaultDataLoader.md +25 -0
- package/.docs/{modules.md → globals.md} +27 -36
- package/.docs/interfaces/ChildDescriptor.md +12 -16
- package/.docs/interfaces/ChildLink.md +9 -12
- package/.docs/interfaces/DUActionInterceptor.md +10 -14
- package/.docs/interfaces/ExecutionContext.md +17 -32
- package/.docs/interfaces/FieldDescriptor.md +52 -66
- package/.docs/interfaces/Filter.md +13 -17
- package/.docs/interfaces/IElementIDInfo.md +11 -14
- package/.docs/interfaces/ILoadResult.md +11 -16
- package/.docs/interfaces/IRepository.md +106 -93
- package/.docs/interfaces/IRepositoryIndex.md +23 -30
- package/.docs/interfaces/LoadDataRequest.md +36 -45
- package/.docs/interfaces/LoadDataResponse.md +11 -14
- package/.docs/interfaces/OverFlowWatcherParams.md +67 -0
- package/.docs/interfaces/PageRequest.md +16 -20
- package/.docs/interfaces/PaginationInfo.md +24 -31
- package/.docs/interfaces/PromiseSyncCallback.md +13 -17
- package/.docs/interfaces/QuickFilter.md +17 -21
- package/.docs/interfaces/Record.md +26 -33
- package/.docs/interfaces/SavedRecord.md +33 -41
- package/.docs/interfaces/Sort.md +12 -16
- package/.docs/interfaces/SortingProvider.md +10 -13
- package/.docs/interfaces/UnitMetadata.md +16 -21
- package/.docs/interfaces/WaitingChange.md +16 -20
- package/.docs/namespaces/MaskFormatter/README.md +17 -0
- package/.docs/namespaces/MaskFormatter/type-aliases/MaskCharacter.md +13 -0
- package/.docs/namespaces/MaskFormatter/variables/MaskCharacter.md +13 -0
- package/.docs/type-aliases/DataUnitEventOptions.md +17 -0
- package/.docs/type-aliases/OnOverflowCallBack.md +25 -0
- package/.docs/variables/OVERFLOWED_CLASS_NAME.md +13 -0
- package/dist/dataunit/DataUnit.d.ts +67 -6
- package/dist/dataunit/DataUnit.js +151 -32
- package/dist/dataunit/DataUnit.js.map +1 -1
- package/dist/dataunit/DataUnitHelper.js +6 -5
- package/dist/dataunit/DataUnitHelper.js.map +1 -1
- package/dist/dataunit/formatting/PrettyFormatter.js +8 -6
- package/dist/dataunit/formatting/PrettyFormatter.js.map +1 -1
- package/dist/dataunit/loading/LoadDataRequest.d.ts +1 -1
- package/dist/dataunit/metadata/DataType.js +13 -1
- package/dist/dataunit/metadata/DataType.js.map +1 -1
- package/dist/dataunit/state/action/DataUnitAction.d.ts +5 -1
- package/dist/dataunit/state/action/DataUnitAction.js +4 -0
- package/dist/dataunit/state/action/DataUnitAction.js.map +1 -1
- package/dist/dataunit/state/slice/ChangesSlice.js +12 -11
- package/dist/dataunit/state/slice/ChangesSlice.js.map +1 -1
- package/dist/dataunit/state/slice/InvalidFieldsSlice.js +2 -0
- package/dist/dataunit/state/slice/InvalidFieldsSlice.js.map +1 -1
- package/dist/dataunit/state/slice/LoadingProperties.d.ts +9 -0
- package/dist/dataunit/state/slice/LoadingProperties.js +31 -0
- package/dist/dataunit/state/slice/LoadingProperties.js.map +1 -0
- package/dist/dataunit/state/slice/RecordsSlice.js +1 -1
- package/dist/dataunit/state/slice/RecordsSlice.js.map +1 -1
- package/dist/dataunit/state/slice/SelectionSlice.js +4 -4
- package/dist/dataunit/state/slice/SelectionSlice.js.map +1 -1
- package/dist/exceptions/ServiceCanceledException.d.ts +14 -0
- package/dist/exceptions/ServiceCanceledException.js +13 -0
- package/dist/exceptions/ServiceCanceledException.js.map +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/repository/IRepository.d.ts +6 -0
- package/dist/repository/indexeddb/IDBRepository.d.ts +1 -0
- package/dist/repository/indexeddb/IDBRepository.js +3 -0
- package/dist/repository/indexeddb/IDBRepository.js.map +1 -1
- package/dist/utils/DateUtils.js +3 -0
- package/dist/utils/DateUtils.js.map +1 -1
- package/dist/utils/ElementUtils.d.ts +2 -0
- package/dist/utils/ElementUtils.js +9 -0
- package/dist/utils/ElementUtils.js.map +1 -0
- package/dist/utils/MaskFormatter.d.ts +2 -1
- package/dist/utils/MaskFormatter.js +5 -1
- package/dist/utils/MaskFormatter.js.map +1 -1
- package/dist/utils/ObjectUtils.d.ts +38 -0
- package/dist/utils/ObjectUtils.js +51 -0
- package/dist/utils/ObjectUtils.js.map +1 -1
- package/dist/utils/OnboardingUtils.js +1 -1
- package/dist/utils/OnboardingUtils.js.map +1 -1
- package/dist/utils/OverflowWatcher/index.d.ts +59 -0
- package/dist/utils/OverflowWatcher/index.js +188 -0
- package/dist/utils/OverflowWatcher/index.js.map +1 -0
- package/dist/utils/OverflowWatcher/types/overflow-callback.d.ts +6 -0
- package/dist/utils/OverflowWatcher/types/overflow-callback.js +2 -0
- package/dist/utils/OverflowWatcher/types/overflow-callback.js.map +1 -0
- package/dist/utils/OverflowWatcher/types/overflow-direction.d.ts +7 -0
- package/dist/utils/OverflowWatcher/types/overflow-direction.js +9 -0
- package/dist/utils/OverflowWatcher/types/overflow-direction.js.map +1 -0
- package/dist/utils/SortingUtils.d.ts +9 -0
- package/dist/utils/SortingUtils.js +24 -0
- package/dist/utils/SortingUtils.js.map +1 -0
- package/jest.config.ts +3 -1
- package/package.json +12 -4
- package/reports/test-report.xml +175 -0
- package/setupTests.js +7 -0
- package/sonar-project.properties +10 -0
- package/src/dataunit/DataUnit.ts +179 -46
- package/src/dataunit/DataUnitHelper.ts +6 -5
- package/src/dataunit/formatting/PrettyFormatter.ts +7 -6
- package/src/dataunit/loading/LoadDataRequest.ts +1 -1
- package/src/dataunit/metadata/DataType.ts +13 -1
- package/src/dataunit/state/action/DataUnitAction.ts +5 -1
- package/src/dataunit/state/slice/ChangesSlice.ts +15 -14
- package/src/dataunit/state/slice/InvalidFieldsSlice.ts +2 -0
- package/src/dataunit/state/slice/LoadingProperties.ts +37 -0
- package/src/dataunit/state/slice/RecordsSlice.ts +1 -1
- package/src/dataunit/state/slice/SelectionSlice.ts +4 -4
- package/src/dataunit/state/slice/test/RecordsSlice.spec.ts +45 -0
- package/src/dataunit/test/DataUnit.spec.ts +44 -0
- package/src/exceptions/ServiceCanceledException.ts +25 -0
- package/src/index.ts +10 -1
- package/src/repository/IRepository.ts +7 -0
- package/src/repository/indexeddb/IDBRepository.ts +4 -0
- package/src/utils/DateUtils.ts +3 -0
- package/src/utils/ElementUtils.ts +10 -0
- package/src/utils/MaskFormatter.ts +5 -1
- package/src/utils/ObjectUtils.ts +56 -0
- package/src/utils/OnboardingUtils.ts +1 -1
- package/src/utils/OverflowWatcher/index.ts +243 -0
- package/src/utils/OverflowWatcher/types/overflow-callback.ts +6 -0
- package/src/utils/OverflowWatcher/types/overflow-direction.ts +7 -0
- package/src/utils/SortingUtils.ts +30 -0
- package/src/utils/test/objectUtils.spec.ts +109 -0
- package/test/dataunit/formatting/PrettyFormatter.spec.ts +177 -0
- package/test/util/ElementUtils.spec.ts +34 -0
- package/test/util/OverflowWatcher.spec.ts +152 -0
- package/.docs/.nojekyll +0 -1
- package/.docs/enums/Action.md +0 -305
- package/.docs/enums/ChangeOperation.md +0 -52
- package/.docs/enums/DataType.md +0 -63
- package/.docs/enums/DependencyType.md +0 -41
- package/.docs/enums/SelectionMode.md +0 -30
- package/.docs/enums/SortMode.md +0 -30
- package/.docs/enums/UserInterface.md +0 -195
- package/.docs/modules/MaskFormatter.md +0 -37
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
[**@sankhyalabs/core**](../README.md) • **Docs**
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[@sankhyalabs/core](../globals.md) / ServiceCanceledException
|
|
6
|
+
|
|
7
|
+
# Class: ServiceCanceledException
|
|
8
|
+
|
|
9
|
+
`ServiceCanceledException`: Exceção lançada quando ocorre o cancelamento de um serviço.
|
|
10
|
+
|
|
11
|
+
## Extends
|
|
12
|
+
|
|
13
|
+
- `Error`
|
|
14
|
+
|
|
15
|
+
## Constructors
|
|
16
|
+
|
|
17
|
+
### new ServiceCanceledException()
|
|
18
|
+
|
|
19
|
+
> **new ServiceCanceledException**(`title`, `message`, `errorCode`): [`ServiceCanceledException`](ServiceCanceledException.md)
|
|
20
|
+
|
|
21
|
+
#### Parameters
|
|
22
|
+
|
|
23
|
+
• **title**: `string`
|
|
24
|
+
|
|
25
|
+
• **message**: `string`
|
|
26
|
+
|
|
27
|
+
• **errorCode**: `string`= `""`
|
|
28
|
+
|
|
29
|
+
#### Returns
|
|
30
|
+
|
|
31
|
+
[`ServiceCanceledException`](ServiceCanceledException.md)
|
|
32
|
+
|
|
33
|
+
#### Overrides
|
|
34
|
+
|
|
35
|
+
`Error.constructor`
|
|
36
|
+
|
|
37
|
+
#### Source
|
|
38
|
+
|
|
39
|
+
src/exceptions/ServiceCanceledException.ts:18
|
|
40
|
+
|
|
41
|
+
## Properties
|
|
42
|
+
|
|
43
|
+
### cause?
|
|
44
|
+
|
|
45
|
+
> `optional` **cause**: `unknown`
|
|
46
|
+
|
|
47
|
+
#### Inherited from
|
|
48
|
+
|
|
49
|
+
`Error.cause`
|
|
50
|
+
|
|
51
|
+
#### Source
|
|
52
|
+
|
|
53
|
+
node\_modules/typescript/lib/lib.es2022.error.d.ts:26
|
|
54
|
+
|
|
55
|
+
***
|
|
56
|
+
|
|
57
|
+
### errorCode
|
|
58
|
+
|
|
59
|
+
> **errorCode**: `string`
|
|
60
|
+
|
|
61
|
+
Código do erro, indica o erro disparado pelo backend.
|
|
62
|
+
|
|
63
|
+
#### Source
|
|
64
|
+
|
|
65
|
+
src/exceptions/ServiceCanceledException.ts:16
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### message
|
|
70
|
+
|
|
71
|
+
> **message**: `string`
|
|
72
|
+
|
|
73
|
+
Descrição do erro.
|
|
74
|
+
|
|
75
|
+
#### Overrides
|
|
76
|
+
|
|
77
|
+
`Error.message`
|
|
78
|
+
|
|
79
|
+
#### Source
|
|
80
|
+
|
|
81
|
+
src/exceptions/ServiceCanceledException.ts:13
|
|
82
|
+
|
|
83
|
+
***
|
|
84
|
+
|
|
85
|
+
### name
|
|
86
|
+
|
|
87
|
+
> **name**: `string`
|
|
88
|
+
|
|
89
|
+
Nome da exceção.
|
|
90
|
+
|
|
91
|
+
#### Overrides
|
|
92
|
+
|
|
93
|
+
`Error.name`
|
|
94
|
+
|
|
95
|
+
#### Source
|
|
96
|
+
|
|
97
|
+
src/exceptions/ServiceCanceledException.ts:7
|
|
98
|
+
|
|
99
|
+
***
|
|
100
|
+
|
|
101
|
+
### stack?
|
|
102
|
+
|
|
103
|
+
> `optional` **stack**: `string`
|
|
104
|
+
|
|
105
|
+
#### Inherited from
|
|
106
|
+
|
|
107
|
+
`Error.stack`
|
|
108
|
+
|
|
109
|
+
#### Source
|
|
110
|
+
|
|
111
|
+
node\_modules/typescript/lib/lib.es5.d.ts:1055
|
|
112
|
+
|
|
113
|
+
***
|
|
114
|
+
|
|
115
|
+
### title
|
|
116
|
+
|
|
117
|
+
> **title**: `string`
|
|
118
|
+
|
|
119
|
+
Titulo do erro.
|
|
120
|
+
|
|
121
|
+
#### Source
|
|
122
|
+
|
|
123
|
+
src/exceptions/ServiceCanceledException.ts:10
|
|
124
|
+
|
|
125
|
+
***
|
|
126
|
+
|
|
127
|
+
### prepareStackTrace()?
|
|
128
|
+
|
|
129
|
+
> `static` `optional` **prepareStackTrace**: (`err`, `stackTraces`) => `any`
|
|
130
|
+
|
|
131
|
+
Optional override for formatting stack traces
|
|
132
|
+
|
|
133
|
+
#### See
|
|
134
|
+
|
|
135
|
+
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
|
|
136
|
+
|
|
137
|
+
#### Parameters
|
|
138
|
+
|
|
139
|
+
• **err**: `Error`
|
|
140
|
+
|
|
141
|
+
• **stackTraces**: `CallSite`[]
|
|
142
|
+
|
|
143
|
+
#### Returns
|
|
144
|
+
|
|
145
|
+
`any`
|
|
146
|
+
|
|
147
|
+
#### Inherited from
|
|
148
|
+
|
|
149
|
+
`Error.prepareStackTrace`
|
|
150
|
+
|
|
151
|
+
#### Source
|
|
152
|
+
|
|
153
|
+
node\_modules/@types/node/globals.d.ts:27
|
|
154
|
+
|
|
155
|
+
***
|
|
156
|
+
|
|
157
|
+
### stackTraceLimit
|
|
158
|
+
|
|
159
|
+
> `static` **stackTraceLimit**: `number`
|
|
160
|
+
|
|
161
|
+
#### Inherited from
|
|
162
|
+
|
|
163
|
+
`Error.stackTraceLimit`
|
|
164
|
+
|
|
165
|
+
#### Source
|
|
166
|
+
|
|
167
|
+
node\_modules/@types/node/globals.d.ts:29
|
|
168
|
+
|
|
169
|
+
## Methods
|
|
170
|
+
|
|
171
|
+
### captureStackTrace()
|
|
172
|
+
|
|
173
|
+
> `static` **captureStackTrace**(`targetObject`, `constructorOpt`?): `void`
|
|
174
|
+
|
|
175
|
+
Create .stack property on a target object
|
|
176
|
+
|
|
177
|
+
#### Parameters
|
|
178
|
+
|
|
179
|
+
• **targetObject**: `object`
|
|
180
|
+
|
|
181
|
+
• **constructorOpt?**: `Function`
|
|
182
|
+
|
|
183
|
+
#### Returns
|
|
184
|
+
|
|
185
|
+
`void`
|
|
186
|
+
|
|
187
|
+
#### Inherited from
|
|
188
|
+
|
|
189
|
+
`Error.captureStackTrace`
|
|
190
|
+
|
|
191
|
+
#### Source
|
|
192
|
+
|
|
193
|
+
node\_modules/@types/node/globals.d.ts:20
|
|
@@ -1,109 +1,97 @@
|
|
|
1
|
-
[
|
|
1
|
+
[**@sankhyalabs/core**](../README.md) • **Docs**
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Table of contents
|
|
6
|
-
|
|
7
|
-
### Constructors
|
|
3
|
+
***
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
[@sankhyalabs/core](../globals.md) / SkwHttpProvider
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
- [STATUS\_CANCELED](SkwHttpProvider.md#status_canceled)
|
|
14
|
-
- [STATUS\_ERROR](SkwHttpProvider.md#status_error)
|
|
15
|
-
- [STATUS\_INFO](SkwHttpProvider.md#status_info)
|
|
16
|
-
- [STATUS\_OK](SkwHttpProvider.md#status_ok)
|
|
17
|
-
- [STATUS\_TIMEOUT](SkwHttpProvider.md#status_timeout)
|
|
18
|
-
- [\_counter](SkwHttpProvider.md#_counter)
|
|
7
|
+
# Class: SkwHttpProvider
|
|
19
8
|
|
|
20
|
-
|
|
9
|
+
## Constructors
|
|
21
10
|
|
|
22
|
-
|
|
11
|
+
### new SkwHttpProvider()
|
|
23
12
|
|
|
24
|
-
|
|
13
|
+
> **new SkwHttpProvider**(): [`SkwHttpProvider`](SkwHttpProvider.md)
|
|
25
14
|
|
|
26
|
-
|
|
15
|
+
#### Returns
|
|
27
16
|
|
|
28
|
-
|
|
17
|
+
[`SkwHttpProvider`](SkwHttpProvider.md)
|
|
29
18
|
|
|
30
19
|
## Properties
|
|
31
20
|
|
|
32
21
|
### STATUS\_CANCELED
|
|
33
22
|
|
|
34
|
-
|
|
23
|
+
> `static` **STATUS\_CANCELED**: `number` = `4`
|
|
35
24
|
|
|
36
|
-
####
|
|
25
|
+
#### Source
|
|
37
26
|
|
|
38
27
|
src/http/SkwHttpProvider.ts:8
|
|
39
28
|
|
|
40
|
-
|
|
29
|
+
***
|
|
41
30
|
|
|
42
31
|
### STATUS\_ERROR
|
|
43
32
|
|
|
44
|
-
|
|
33
|
+
> `static` **STATUS\_ERROR**: `number` = `0`
|
|
45
34
|
|
|
46
|
-
####
|
|
35
|
+
#### Source
|
|
47
36
|
|
|
48
37
|
src/http/SkwHttpProvider.ts:4
|
|
49
38
|
|
|
50
|
-
|
|
39
|
+
***
|
|
51
40
|
|
|
52
41
|
### STATUS\_INFO
|
|
53
42
|
|
|
54
|
-
|
|
43
|
+
> `static` **STATUS\_INFO**: `number` = `2`
|
|
55
44
|
|
|
56
|
-
####
|
|
45
|
+
#### Source
|
|
57
46
|
|
|
58
47
|
src/http/SkwHttpProvider.ts:6
|
|
59
48
|
|
|
60
|
-
|
|
49
|
+
***
|
|
61
50
|
|
|
62
51
|
### STATUS\_OK
|
|
63
52
|
|
|
64
|
-
|
|
53
|
+
> `static` **STATUS\_OK**: `number` = `1`
|
|
65
54
|
|
|
66
|
-
####
|
|
55
|
+
#### Source
|
|
67
56
|
|
|
68
57
|
src/http/SkwHttpProvider.ts:5
|
|
69
58
|
|
|
70
|
-
|
|
59
|
+
***
|
|
71
60
|
|
|
72
61
|
### STATUS\_TIMEOUT
|
|
73
62
|
|
|
74
|
-
|
|
63
|
+
> `static` **STATUS\_TIMEOUT**: `number` = `3`
|
|
75
64
|
|
|
76
|
-
####
|
|
65
|
+
#### Source
|
|
77
66
|
|
|
78
67
|
src/http/SkwHttpProvider.ts:7
|
|
79
68
|
|
|
80
|
-
|
|
69
|
+
***
|
|
81
70
|
|
|
82
71
|
### \_counter
|
|
83
72
|
|
|
84
|
-
|
|
73
|
+
> `static` **\_counter**: `number` = `0`
|
|
85
74
|
|
|
86
|
-
####
|
|
75
|
+
#### Source
|
|
87
76
|
|
|
88
77
|
src/http/SkwHttpProvider.ts:2
|
|
89
78
|
|
|
90
79
|
## Methods
|
|
91
80
|
|
|
92
|
-
### callService
|
|
81
|
+
### callService()
|
|
93
82
|
|
|
94
|
-
|
|
83
|
+
> `static` **callService**(`serviceName`, `content`): `Promise`\<`Object`\>
|
|
95
84
|
|
|
96
85
|
#### Parameters
|
|
97
86
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
| `content` | `Object` |
|
|
87
|
+
• **serviceName**: `string`
|
|
88
|
+
|
|
89
|
+
• **content**: `Object`
|
|
102
90
|
|
|
103
91
|
#### Returns
|
|
104
92
|
|
|
105
|
-
`Promise
|
|
93
|
+
`Promise`\<`Object`\>
|
|
106
94
|
|
|
107
|
-
####
|
|
95
|
+
#### Source
|
|
108
96
|
|
|
109
97
|
src/http/SkwHttpProvider.ts:10
|