blob: f780470194f7154e0fe7053b598ecd4a236ba257 [file] [log] [blame]
// Copyright 2015 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.
[
RuntimeEnabled=BackgroundSync,
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onsync;
[RuntimeEnabled=BackgroundSyncPeriodic] attribute EventHandler onperiodicsync;
};