SimplifiedFetch

Home > simplified-fetch > bodyAsParams

bodyAsParams type

body of fetch

Signature:

export declare type bodyAsParams = string | Record<string, unknown> | Array<unknown> | BodyInit;

Remarks

when method is ‘GET’|‘HEAD’, try parse to string mainly by URLSearchParam MDN