ResponseBodyMixin: Pick<Body, "blob" | "json" | "text">

Reduce the API surface of Fetch API's Body mixin to only the methods we need. In React Native, body.arrayBuffer() is not supported. body.formData() is not supported for now.