()
| 215 | return options.url ?? 'http://example.com'; |
| 216 | }, |
| 217 | method() { |
| 218 | return options.method ?? 'GET'; |
| 219 | }, |
| 220 | fetchPostData() { |
| 221 | return options.fetchPostData ?? Promise.reject(); |
| 222 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected