()
| 170 | return options.url ?? 'http://example.com'; |
| 171 | }, |
| 172 | method() { |
| 173 | return options.method ?? 'GET'; |
| 174 | }, |
| 175 | fetchPostData() { |
| 176 | return options.fetchPostData ?? Promise.reject(); |
| 177 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected