blob: d602e4dd295b5a1a6e06064b24a5dbc66edf26eb [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.
[
Exposed=(ServiceWorker,Window),
RuntimeEnabled=CookieStoreWorker,
ImplementedAs=CookieStoreManager
] partial interface ServiceWorkerRegistration {
[SameObject] readonly attribute CookieStoreManager cookies;
};