@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface TextDecodeOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TextDecodeOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextDecodeOptions.Builder |
of() |
void |
setStream(boolean stream) |
boolean |
stream() |
@JsOverlay @Nonnull static TextDecodeOptions.Builder of()
@JsProperty(name="stream") boolean stream()
@JsProperty void setStream(boolean stream)