Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The BackgroundFetchRecord
interface of the Background Fetch API represents an individual request and response.
A BackgroundFetchRecord
is created by the BackgroundFetchRegistration.matchAll()
method, therefore there is no constructor for this interface.
There will be one BackgroundFetchRecord
for each resource requested by fetch()
.