()
| 173 | return options.method ?? 'GET'; |
| 174 | }, |
| 175 | fetchPostData() { |
| 176 | return options.fetchPostData ?? Promise.reject(); |
| 177 | }, |
| 178 | hasPostData() { |
| 179 | return options.hasPostData ?? false; |
| 180 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected