Skip to main content

CacheMethods

Trait CacheMethods 

Source
pub(crate) trait CacheMethods<D>
where D: DomTypes,
{ // Required method fn Keys( &self, cx: &mut JSContext, request: Option<RequestOrUSVString<D>>, options: &CacheQueryOptions, ) -> Rc<<D as DomTypes>::Promise>; }

Required Methods§

Source

fn Keys( &self, cx: &mut JSContext, request: Option<RequestOrUSVString<D>>, options: &CacheQueryOptions, ) -> Rc<<D as DomTypes>::Promise>

Implementors§