()
| 134 | } |
| 135 | |
| 136 | getStatus() { |
| 137 | return { |
| 138 | initialized: this.initialized, |
| 139 | connectionType: this.connectionType, |
| 140 | isDegraded: this.useFallback, |
| 141 | isAvailable: this.isAvailable(), |
| 142 | degradedReason: this.degradedReason |
| 143 | }; |
| 144 | } |
| 145 | |
| 146 | getConnectionType() { |
| 147 | return this.connectionType; |
no test coverage detected