blob: ebce1f1273dc19de60e1e135b24a4a76d0fef3c3 [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://github.com/WICG/async-cookies-api/blob/gh-pages/explainer.md
dictionary CookieChangeEventInit : EventInit {
CookieList changed;
CookieList deleted;
};