Bug 1874684 - Part 6: Limit day length calculations to safe integers. r=mgaudet
[gecko.git] / dom / storage / PBackgroundSessionStorageService.ipdl
blobef6087f0c3c146fd0a3992b184876bb26657db12
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
7 namespace mozilla {
8 namespace dom {
10 [ChildImpl="SessionStorageService"]
11 protocol PBackgroundSessionStorageService
13   manager PBackground;
15  parent:
16   async __delete__();
18   async ClearStoragesForOrigin(nsCString originAttrs, nsCString originKey);
21 } // namespace dom
22 } // namespace mozilla