PBackgroundIDBDatabaseFile.ipdl (536B)
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/. */ 4 5 include protocol PBackgroundIDBDatabase; 6 7 namespace mozilla { 8 namespace dom { 9 namespace indexedDB { 10 11 [ManualDealloc, ChildImpl=virtual, ParentImpl=virtual] 12 protocol PBackgroundIDBDatabaseFile 13 { 14 manager PBackgroundIDBDatabase; 15 16 parent: 17 async __delete__(); 18 }; 19 20 } // namespace indexedDB 21 } // namespace dom 22 } // namespace mozilla