#include "third_party/blink/renderer/modules/background_fetch/background_fetch_event.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_background_fetch_event_init.h"
#include "third_party/blink/renderer/modules/background_fetch/background_fetch_registration.h"
#include "third_party/blink/renderer/modules/event_interface_modules_names.h"
namespace blink {
BackgroundFetchEvent::BackgroundFetchEvent(
const AtomicString& type,
const BackgroundFetchEventInit* initializer,
WaitUntilObserver* observer)
: … { … }
BackgroundFetchEvent::~BackgroundFetchEvent() = default;
BackgroundFetchRegistration* BackgroundFetchEvent::registration() const { … }
const AtomicString& BackgroundFetchEvent::InterfaceName() const { … }
void BackgroundFetchEvent::Trace(Visitor* visitor) const { … }
}