blob: 6ab64bd12512d1d27abadb87c783f95cd837930a [file] [log] [blame]
// Copyright 2019 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.
// https://w3c.github.io/push-api/#pushsubscriptionchangeevent-interface
dictionary PushSubscriptionChangeEventInit : ExtendableEventInit {
PushSubscription newSubscription;
PushSubscription oldSubscription;
};