()
| 13060 | if (V instanceof ReadableStream) { |
| 13061 | return webidl.converters.ReadableStream(V, prefix, argument); |
| 13062 | } |
| 13063 | if (V == null ? void 0 : V[Symbol.asyncIterator]) { |
| 13064 | return V; |
| 13065 | } |
| 13066 | return webidl.converters.XMLHttpRequestBodyInit(V, prefix, argument); |
| 13067 | }; |
no outgoing calls
no test coverage detected