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