Package elemental2.dom
Interface FetchEvent.RespondWithRUnionType
-
- Enclosing class:
- FetchEvent
@JsType(isNative=true, name="?", namespace="<global>") public static interface FetchEvent.RespondWithRUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default elemental2.promise.IThenable<Response>
asIThenable()
default Response
asResponse()
default boolean
isResponse()
static FetchEvent.RespondWithRUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static FetchEvent.RespondWithRUnionType of(java.lang.Object o)
-
asIThenable
@JsOverlay default elemental2.promise.IThenable<Response> asIThenable()
-
asResponse
@JsOverlay default Response asResponse()
-
isResponse
@JsOverlay default boolean isResponse()
-
-