blob: 0a1dc074a4be19ea94f798683e3ff641735e31ff [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.
partial interface ServiceWorkerGlobalScope {
attribute EventHandler onsync;
};