@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BodyInit")
public interface BodyInit
| Modifier and Type | Method and Description |
|---|---|
static BodyInit |
of(Blob value) |
static BodyInit |
of(BufferSource value) |
static BodyInit |
of(FormData value) |
static BodyInit |
of(ReadableStream value) |
static BodyInit |
of(java.lang.String value) |
static BodyInit |
of(URLSearchParams value) |
static BodyInit |
of(XMLHttpRequestBodyInit value) |
@JsOverlay @Nonnull static BodyInit of(@Nonnull ReadableStream value)
@JsOverlay @Nonnull static BodyInit of(@Nonnull XMLHttpRequestBodyInit value)
@JsOverlay @Nonnull static BodyInit of(@Nonnull BufferSource value)
@JsOverlay @Nonnull static BodyInit of(@Nonnull URLSearchParams value)
@JsOverlay @Nonnull static BodyInit of(@Nonnull java.lang.String value)