()
| 304 | return this |
| 305 | }, |
| 306 | getArgs() { |
| 307 | return { |
| 308 | input: fetchInput, |
| 309 | init: fetchInit, |
| 310 | } |
| 311 | }, |
| 312 | revert() { |
| 313 | globalThis.fetch = oldFetch |
| 314 | fetchInput = '' |
nothing calls this directly
no outgoing calls
no test coverage detected