Type alias BodyMethod

BodyMethod: "arrayBuffer" | "blob" | "formData" | "json" | "text"

Methods that can be called on a Request (object returned by fetch and that implements the Body interface)