(body)
| 77321 | } |
| 77322 | return { body: JSON.stringify(body) }; |
| 77323 | } |
| 77324 | } |
| 77325 | function isRLCFormDataValue(value) { |
| 77326 | return typeof value === "string" || value instanceof Uint8Array || // We don't do `instanceof Blob` since we should also accept polyfills of e.g. File in Node. |
| 77327 | typeof value.stream === "function"; |
| 77328 | } |
no test coverage detected