Skip to main content

CacheMethods

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

Required Methods§

Source

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

Implementors§