Uses of Interface
elemental2.dom.Cache.MatchRequestUnionType
-
-
Uses of Cache.MatchRequestUnionType in elemental2.dom
Methods in elemental2.dom that return Cache.MatchRequestUnionType Modifier and Type Method Description static Cache.MatchRequestUnionType
Cache.MatchRequestUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type Cache.MatchRequestUnionType Modifier and Type Method Description elemental2.promise.Promise<Response>
Cache. match(Cache.MatchRequestUnionType request)
elemental2.promise.Promise<Response>
Cache. match(Cache.MatchRequestUnionType request, CacheQueryOptions options)
-