blob: 3395b3d43107a7d298201f7ec943b12cd58529e5 [file] [log] [blame]
// Copyright 2014 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=PushMessaging,
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onpush;
};