@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GPUUncapturedErrorEventInit")
@ApiStatus.Experimental
public interface GPUUncapturedErrorEventInit
extends EventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GPUUncapturedErrorEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GPUUncapturedErrorEventInit.Builder |
create(GPUError error) |
static GPUUncapturedErrorEventInit.Builder |
create(GPUOutOfMemoryError error) |
static GPUUncapturedErrorEventInit.Builder |
create(GPUValidationError error) |
GPUError |
error() |
void |
setError(GPUError error) |
default void |
setError(GPUOutOfMemoryError error) |
default void |
setError(GPUValidationError error) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static GPUUncapturedErrorEventInit.Builder create(@Nonnull GPUError error)
@JsOverlay @Nonnull static GPUUncapturedErrorEventInit.Builder create(@Nonnull GPUOutOfMemoryError error)
@JsOverlay @Nonnull static GPUUncapturedErrorEventInit.Builder create(@Nonnull GPUValidationError error)
@JsProperty(name="error") @Nonnull GPUError error()
@JsProperty
void setError(@Nonnull
GPUError error)
@JsOverlay
default void setError(@Nonnull
GPUOutOfMemoryError error)
@JsOverlay
default void setError(@Nonnull
GPUValidationError error)