WebIDLpedia

CacheQueryOptions dictionary

Definition

Service Workers Nightly defines CacheQueryOptions



dictionary CacheQueryOptions {
  boolean ignoreSearch = false;
  boolean ignoreMethod = false;
  boolean ignoreVary = false;
};

Referring IDL interfaces/dictionaries

Referring specifications