blob: f8a766a26f2ec6a1869431aff96ae52d66044abf [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;
attribute EventHandler onperiodicsync;
};