ServiceWorkerConfiguration.ipdlh 505 B

123456789101112131415161718
  1. /* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
  2. /* This Source Code Form is subject to the terms of the Mozilla Public
  3. * License, v. 2.0. If a copy of the MPL was not distributed with this
  4. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  5. include ServiceWorkerRegistrarTypes;
  6. namespace mozilla {
  7. namespace dom {
  8. struct ServiceWorkerConfiguration
  9. {
  10. ServiceWorkerRegistrationData[] serviceWorkerRegistrations;
  11. };
  12. } // namespace dom
  13. } // namespace mozilla