blob: 6b37d5458d6a4b112d07eb3782b124cde07aaeee [file] [log] [blame]
// Copyright 2018 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://wicg.github.io/cookie-store/explainer.html
dictionary CookieChangeEventInit : EventInit {
CookieList changed;
CookieList deleted;
};