Uses of Interface
elemental2.dom.Window.FetchInputUnionType
-
-
Uses of Window.FetchInputUnionType in elemental2.dom
Methods in elemental2.dom that return Window.FetchInputUnionType Modifier and Type Method Description static Window.FetchInputUnionType
Window.FetchInputUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type Window.FetchInputUnionType Modifier and Type Method Description elemental2.promise.Promise<Response>
Window. fetch(Window.FetchInputUnionType input)
elemental2.promise.Promise<Response>
Window. fetch(Window.FetchInputUnionType input, RequestInit init)
-