summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerGlobalScopePush.idl
blob: 3395b3d43107a7d298201f7ec943b12cd58529e5 (plain)
1
2
3
4
5
6
7
8
9
// 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;
};