WebIDLpedia

BackgroundFetchRecord interface

Definition

Background Fetch defines BackgroundFetchRecord



[Exposed=(Window,Worker)]
interface BackgroundFetchRecord {
  readonly attribute Request request;
  readonly attribute Promise<Response> responseReady;
};

Methods and attributes that return objects implementing BackgroundFetchRecord

Referring IDL interfaces/dictionaries