PBackgroundIDBDatabaseFile.ipdl 481 B

12345678910111213141516171819202122
  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. include protocol PBackgroundIDBDatabase;
  5. namespace mozilla {
  6. namespace dom {
  7. namespace indexedDB {
  8. protocol PBackgroundIDBDatabaseFile
  9. {
  10. manager PBackgroundIDBDatabase;
  11. parent:
  12. async __delete__();
  13. };
  14. } // namespace indexedDB
  15. } // namespace dom
  16. } // namespace mozilla