Home > simplified-fetch > BodyMixin
transform the response body
Signature:
export declare type BodyMixin = 'arrayBuffer' | 'blob' | 'formData' | 'json' | 'text';
spec