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