blob: 19322597b39d905d0a6c36e71b85aa7b72686e86 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/background-fetch/#events
[
ImplementedAs=ServiceWorkerGlobalScopeBackgroundFetch,
RuntimeEnabled=BackgroundFetch
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onbackgroundfetched;
attribute EventHandler onbackgroundfetchfail;
attribute EventHandler onbackgroundfetchabort;
attribute EventHandler onbackgroundfetchclick;
};