Bug 1826136 [wpt PR 39338] - Update wpt metadata, a=testonly
[gecko.git] / dom / cache / PCacheOp.ipdl
blob909fb2be7391b696f9c7899a78c8d1c5a9a3f0c1
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 PCache;
6 include protocol PCacheStorage;
7 include protocol PCacheStreamControl;
9 include CacheTypes;
11 include "ipc/ErrorIPCUtils.h";
13 [MoveOnly] using mozilla::ErrorResult from "mozilla/ErrorResult.h";
15 namespace mozilla {
16 namespace dom {
17 namespace cache {
19 protocol PCacheOp
21   manager PCache or PCacheStorage;
23 child:
24   async __delete__(ErrorResult aRv, CacheOpResult aResult);
27 } // namespace cache
28 } // namespace dom
29 } // namespace mozilla