Package react4j

Class JsError

java.lang.Object
react4j.JsError

@JsType(isNative=true, namespace="<global>", name="Error") public class JsError extends Object
Opaque binding for a JavaScript Error.

Use Js.uncheckedCast(error) to convert this value to the error type supplied by the browser JsInterop library used by the application.

  • Constructor Details