SimplifiedFetch

Home > simplified-fetch > BodyMixin

BodyMixin type

transform the response body

Signature:

export declare type BodyMixin = 'arrayBuffer' | 'blob' | 'formData' | 'json' | 'text';

Remarks

spec